Public Member Functions | |
| mixed | AddWeapon (mixed weapontype_or_name_or_id) |
| mixed | DelWeapon (mixed weapontype_or_name_or_id) |
| mixed | ServerSendSpawn (mixed con) |
| sends spawn message | |
| mixed | SetContainerTypeContent (mixed objecttype_or_name_or_id, mixed amount) |
| ##### ##### ##### ##### ##### TypeContent | |
| mixed | GetContainerTypeContent (mixed objecttype_or_name_or_id) |
| mixed | GetSum (mixed typefieldname) |
| mixed | ServerSendCompleteContents (mixed con) |
| called when a new player joins the game, send all content | |
Definition at line 406 of file lua_pseudo_code.cpp.
| mixed gContainerPrototype::AddWeapon | ( | mixed | weapontype_or_name_or_id | ) | [inline] |
Definition at line 408 of file lua_pseudo_code.cpp.
| mixed gContainerPrototype::DelWeapon | ( | mixed | weapontype_or_name_or_id | ) | [inline] |
Definition at line 410 of file lua_pseudo_code.cpp.
| mixed gContainerPrototype::ServerSendSpawn | ( | mixed | con | ) | [inline] |
| mixed gContainerPrototype::SetContainerTypeContent | ( | mixed | objecttype_or_name_or_id, | |
| mixed | amount | |||
| ) | [inline] |
| mixed gContainerPrototype::GetContainerTypeContent | ( | mixed | objecttype_or_name_or_id | ) | [inline] |
Definition at line 418 of file lua_pseudo_code.cpp.
| mixed gContainerPrototype::GetSum | ( | mixed | typefieldname | ) | [inline] |
typefieldname=nil : amount*1 typefieldname=typefieldname : amount*objtype[typefieldname]
Definition at line 422 of file lua_pseudo_code.cpp.
| mixed gContainerPrototype::ServerSendCompleteContents | ( | mixed | con | ) | [inline] |
called when a new player joins the game, send all content
Definition at line 425 of file lua_pseudo_code.cpp.
1.5.6