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

Class KX_NetworkMessageActuator

SCA_ILogicBrick --+    
                  |    
      SCA_IActuator --+
                      |
                     KX_NetworkMessageActuator


Message Actuator
Method Summary
  setBody(body)
Sets the message body.
  setBodyType(bodytype)
Sets the type of body to send.
  setSubject(subject)
Sets the subject field of the message.
  setToPropName(name)
Messages will only be sent to objects with the given property name.
    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

setBody(body)

Sets the message body.
Parameters:
body - if the body type is True, this is the name of the property to send. if the body type is False, this is the text to send.
           (type=string)

setBodyType(bodytype)

Sets the type of body to send.
Parameters:
bodytype - True to send the value of a property, False to send the body text.
           (type=boolean)

setSubject(subject)

Sets the subject field of the message.
Parameters:
subject
           (type=string)

setToPropName(name)

Messages will only be sent to objects with the given property name.
Parameters:
name
           (type=string)

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