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]

constructor

Definition at line 839 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 845 of file lua_pseudo_code.cpp.

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

milliseconds between each server broadcast

Definition at line 848 of file lua_pseudo_code.cpp.

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

milliseconds between each check

Definition at line 851 of file lua_pseudo_code.cpp.


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

Generated on Wed Feb 8 06:00:25 2012 for lua by  doxygen 1.5.6