gBroadcastSenderPrototype Class Reference
List of all members.
|
Public Member Functions |
| mixed | init (mixed port) |
| | constructor
|
| mixed | SetData (mixed data) |
| mixed | SetUpdateInterval (mixed milliseconds) |
| | milliseconds between each server broadcast
|
| mixed | SetCheckInterval (mixed milliseconds) |
| | milliseconds between each check
|
Detailed Description
Definition at line 836 of file lua_pseudo_code.cpp.
Member Function Documentation
| mixed gBroadcastSenderPrototype::init |
( |
mixed |
port |
) |
[inline] |
| mixed gBroadcastSenderPrototype::SetData |
( |
mixed |
data |
) |
[inline] |
this sets the broadcasted data data is a key=value table value must be a primitive type (number,string,boolean) data must not exceed udp packet size!!!
Definition at line 845 of file lua_pseudo_code.cpp.
| mixed gBroadcastSenderPrototype::SetUpdateInterval |
( |
mixed |
milliseconds |
) |
[inline] |
| mixed gBroadcastSenderPrototype::SetCheckInterval |
( |
mixed |
milliseconds |
) |
[inline] |
The documentation for this class was generated from the following file: