Inherits SimObject.
Inherited by DynamicConsoleMethodComponent.
|
| Boolean | addComponents (compObjName, compObjName2,...) |
| |
| Integer | getComponent (idx) |
| |
| Integer | getComponentCount () |
| |
| Boolean | isEnabled () |
| |
| Boolean | removeComponents (compObjName, compObjName2,...) |
| |
| void | setEnabled (enabled) |
| |
| Integer | clone ([copyDynamicFields=false]?) |
| |
| void | delete () |
| |
| Integer | getId () |
| |
| void | setName (newName) |
| |
| String | getName () |
| |
| String | getClassNamespace () |
| |
| String | getSuperClassNamespace () |
| |
| void | setClassNamespace (nameSpace) |
| |
| void | setSuperClassNamespace () |
| |
| Boolean | isMethod (string methodName) |
| |
| String | call (methodName, [args]*) |
| |
| void | dumpClassHierarchy () |
| |
| void | dump () |
| |
| Boolean | isMemberOfClass (string classname) |
| |
| String | getClassName () |
| |
| String | getFieldValue (fieldName) |
| |
| Boolean | setFieldValue (fieldName, value) |
| |
| Integer | getDynamicFieldCount () |
| |
| String | getDynamicField (index) |
| |
| Integer | getFieldCount () |
| |
| String | getField (int index) |
| |
| void | setProgenitorFile (file) |
| |
| String | getProgenitorFile () |
| |
| Integer | getType () |
| |
| String | getFieldType (fieldName) |
| |
| void | setInternalName (string InternalName) |
| |
| String | getInternalName () |
| |
| Boolean | isChildOfGroup (groupID) |
| |
| Integer | getGroup () |
| |
| Boolean | startTimer (callbackFunction, float timePeriod, [repeat]?) |
| |
| void | stopTimer () |
| |
| Boolean | isTimerActive () |
| |
| Integer | schedule (time, command, [arg]*) |
| |
| Boolean | save (fileName, [selectedOnly]?) |
| |
| void | addFieldFilter (fieldName) |
| |
| void | removeFieldFilter (fieldName) |
| |
| Boolean addComponents |
( |
compObjName |
, |
|
|
compObjName2 |
, |
|
|
|
... |
|
) |
| |
Adds additional components to current list.
- Parameters
-
- Returns
- Returns true on success, false otherwise.
Get the component corresponding to the given index.
- Parameters
-
| idx | An integer index value corresponding to the desired component. |
- Returns
- The id of the component at the given index as an integer
Get the current component count
- Returns
- The number of components in the list as an integer
Check whether SimComponent is currently enabled
- Returns
- true if enabled and false if not
| Boolean removeComponents |
( |
compObjName |
, |
|
|
compObjName2 |
, |
|
|
|
... |
|
) |
| |
Removes components by name from current list.
- Parameters
-
| objNamex | Up to 62 component names |
- Returns
- Returns true on success, false otherwise.
| void setEnabled |
( |
enabled |
| ) |
|
Sets or unsets the enabled flag
- Parameters
-
- Returns
- No return value