| Trees | Index | Help |
|
|---|
| Package svs_demogame :: Module base_entities :: Class ScriptableEntity |
|
Agent,
TerrainArea| Method Summary | |
|---|---|
__init__(self)
| |
Clears scripts associated with entity. | |
Executes the current script on the entity itself. | |
Returns script associated with entity. | |
Returns source code for script associated with entity. | |
Returns a string name for the object that can be used by the ScriptHandler. | |
Returns revisions log for script associated with entity. | |
Sets current script associated with entity. | |
| Method Details |
|---|
clearScripts(self)Clears scripts associated with entity. |
executeScriptOnSelf(self)Executes the current script on the entity itself. |
getScript(self, revNum=-1)Returns script associated with entity. |
getScriptCode(self, revNum=-1)Returns source code for script associated with entity. |
getScriptIdentifier(self)Returns a string name for the object that can be used by the |
getScriptRevisionLog(self)Returns revisions log for script associated with entity. |
setScript(self, script)Sets current script associated with entity. |
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Oct 20 15:30:24 2005 | http://epydoc.sf.net |