Module SCA_PropertyActuator :: Class SCA_PropertyActuator
[frames | no frames]

Class SCA_PropertyActuator

SCA_ILogicBrick --+    
                  |    
      SCA_IActuator --+
                      |
                     SCA_PropertyActuator


Property Actuator
Method Summary
string getProperty()
Returns the name of the property on which to operate.
string getValue()
Gets the value with which this actuator operates.
  setProperty(prop)
Set the property on which to operate.
  setValue(value)
Set the value with which the actuator operates.
    Inherited from SCA_ILogicBrick
integer getExecutePriority()
Gets the execution priority of this logic brick.
KX_GameObject getOwner()
Gets the game object associated with this logic brick.
  setExecutePriority(priority)
Sets the priority of this logic brick.

Method Details

getProperty()

Returns the name of the property on which to operate.
Returns:
string

getValue()

Gets the value with which this actuator operates.
Returns:
string

setProperty(prop)

Set the property on which to operate.

If there is no property of this name, the call is ignored.
Parameters:
prop - The name of the property to set.
           (type=string)

setValue(value)

Set the value with which the actuator operates.

If the value is not compatible with the type of the property, the subsequent action is ignored.
Parameters:
value
           (type=string)

Generated by Epydoc 2.1 on Thu Feb 1 00:12:33 2007 http://epydoc.sf.net