TorqueScript Reference
Public Member Functions | List of all members
PickingSceneController Class Reference

#include <PickingSceneController_ScriptBinding.h>

Inherits SimObject.

Inherited by BuoyancyController, and PointForceController.

Public Member Functions

String getControlGroups ()
 
String getControlLayers ()
 
void setControlGroups (groups$)
 
void setControlLayers (layers$)
 
- Public Member Functions inherited from SimObject
void assignFieldsFrom (SimObject)
 
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)
 
Boolean setEditFieldValue (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] *)
 
void startListening (SimObject)
 
void stopListening (SimObject)
 
void addListener (SimObject)
 
void removeListener (SimObject)
 
void removeAllListeners ()
 
void postEvent (String eventName, String data)
 
Boolean save (fileName, [selectedOnly]?)
 
void addFieldFilter (fieldName)
 
void removeFieldFilter (fieldName)
 

Member Function Documentation

◆ getControlGroups()

String getControlGroups ( )

Gets the control groups.

Returns
(controlGroups) A list of groups that are affected by the controller.

◆ getControlLayers()

String getControlLayers ( )

Gets the control layers.

Returns
(controlLayers) A list of layers that are affected by the controller.

◆ setControlGroups()

void setControlGroups ( groups$  )

Sets the control group(s).

Parameters
groupsA list of groups that are affected by the controller.
Returns
No return value.

◆ setControlLayers()

void setControlLayers ( layers$  )

Sets the control layers(s).

Parameters
layersA list of layers that are affected by the controller.
Returns
No return value.