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 5740 of file lua_pseudo_code.cpp.


Member Function Documentation

mixed gBroadcastSenderPrototype::init ( mixed  port  )  [inline]

constructor

Definition at line 5743 of file lua_pseudo_code.cpp.

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 5749 of file lua_pseudo_code.cpp.

mixed gBroadcastSenderPrototype::SetUpdateInterval ( mixed  milliseconds  )  [inline]

milliseconds between each server broadcast

Definition at line 5752 of file lua_pseudo_code.cpp.

mixed gBroadcastSenderPrototype::SetCheckInterval ( mixed  milliseconds  )  [inline]

milliseconds between each check

Definition at line 5755 of file lua_pseudo_code.cpp.


The documentation for this class was generated from the following file:

Generated on Fri Mar 29 05:41:10 2013 for lua by  doxygen 1.5.6