Метод | Описание | |
---|---|---|
AddTextListener ( Say say_type, string first_str, ushort parameter, string script_name ) : bool | ||
EraseTextListener ( Say say_type, string first_str, ushort parameter ) : void | ||
GetBagItems ( uint bag_id, UInt16Array pids, UIntArray min_counts, UIntArray max_counts, IntArray slots ) : uint | ||
GetPlayerName ( uint id ) : string | ||
GetScriptId ( string script_name, string func_decl ) : uint | ||
GetScriptName ( uint script_id ) : string | ||
RadioMessage ( ushort channel, string text ) : void | ||
RadioMessageMsg ( ushort channel, ushort text_msg, uint str_num ) : void | ||
RadioMessageMsg ( ushort channel, ushort text_msg, uint str_num, string lexems ) : void | ||
SetBestScore ( int score, |
Метод | Описание | |
---|---|---|
Global_AddTextListener ( int say_type, |
||
Global_EraseTextListener ( int say_type, |
||
Global_GetBagItems ( uint bag_id, |
||
Global_GetPlayerName ( uint id ) : |
||
Global_GetScriptId ( |
||
Global_GetScriptName ( uint script_id ) : |
||
Global_RadioMessage ( ushort channel, |
||
Global_RadioMessageMsg ( ushort channel, ushort text_msg, uint str_num ) : void | ||
Global_RadioMessageMsgLex ( ushort channel, ushort text_msg, uint str_num, |
||
Global_SetBestScore ( int score, |
public AddTextListener ( Say say_type, string first_str, ushort parameter, string script_name ) : bool | ||
say_type | Say | |
first_str | string | |
parameter | ushort | |
script_name | string | |
Результат | bool |
public EraseTextListener ( Say say_type, string first_str, ushort parameter ) : void | ||
say_type | Say | |
first_str | string | |
parameter | ushort | |
Результат | void |
public GetBagItems ( uint bag_id, UInt16Array pids, UIntArray min_counts, UIntArray max_counts, IntArray slots ) : uint | ||
bag_id | uint | |
pids | UInt16Array | |
min_counts | UIntArray | |
max_counts | UIntArray | |
slots | IntArray | |
Результат | uint |
public GetScriptId ( string script_name, string func_decl ) : uint | ||
script_name | string | |
func_decl | string | |
Результат | uint |
public GetScriptName ( uint script_id ) : string | ||
script_id | uint | |
Результат | string |
public RadioMessage ( ushort channel, string text ) : void | ||
channel | ushort | |
text | string | |
Результат | void |
public RadioMessageMsg ( ushort channel, ushort text_msg, uint str_num ) : void | ||
channel | ushort | |
text_msg | ushort | |
str_num | uint | |
Результат | void |
public RadioMessageMsg ( ushort channel, ushort text_msg, uint str_num, string lexems ) : void | ||
channel | ushort | |
text_msg | ushort | |
str_num | uint | |
lexems | string | |
Результат | void |
public SetBestScore ( int score, |
||
score | int | |
cl | ||
name | string | |
Результат | void |