Usage

Syntax: function onLevelFileUpdated(string filePath) { }

Explanation

It is triggered when a file on the server is updated, such as when someone press "Apply" after using "Edit as Text" in the RC file browser.

Example

function onLevelFileUpdated(filePath)
{
  echo(filePath @ " was updated.");
}

... echoes "foo/bar.txt was updated." to RC whenever a file is updated.

Categories

CategoryFunctionEvent
Comments [Hide comments/form]
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki