Property | Type | Description | |
---|---|---|---|
MainForm |
Property | Type | Description | |
---|---|---|---|
ClearScriptFolders | void | ||
GetIcon | |||
IEditorComponent | IList |
||
RoomLastModified | System.DateTime | ||
TryCopySiblingFileTo | bool | ||
TryDeleteFile | bool |
Method | Description | |
---|---|---|
GetRoomUpdates ( ) : void | ||
IEditorComponent ( ) : void | ||
IEditorComponent ( |
||
IEditorComponent ( |
||
IEditorComponent ( string controlID ) : void | ||
IEditorComponent ( string propertyName, object oldValue ) : void | ||
LuaForAGSEditorComponent ( IAGSEditor editor ) : System | ||
RefreshCompileTimeScripts ( ) : void | ||
RefreshProjectTree ( ) : void | ||
TryRenameScript ( string from, string to ) : bool |
Method | Description | |
---|---|---|
ClearScriptFolders ( ) : void | ||
GetIcon ( string fileName ) : |
||
IEditorComponent ( string controlID ) : IList |
||
RoomLastModified ( IRoom room ) : System.DateTime | ||
TryCopySiblingFileTo ( string name, string folder ) : bool | ||
TryDeleteFile ( string name, string folder ) : bool |
public IEditorComponent ( |
||
node | ||
return | void |
public IEditorComponent ( |
||
writer | ||
return | void |
public IEditorComponent ( string controlID ) : void | ||
controlID | string | |
return | void |
public IEditorComponent ( string propertyName, object oldValue ) : void | ||
propertyName | string | |
oldValue | object | |
return | void |
public LuaForAGSEditorComponent ( IAGSEditor editor ) : System | ||
editor | IAGSEditor | |
return | System |
public TryRenameScript ( string from, string to ) : bool | ||
from | string | |
to | string | |
return | bool |