Static Public Member Functions | |
| static mixed | GetItemLabelHue (mixed serial) |
| static mixed | GetItemLabel (mixed serial) |
| static mixed | PreAOSAttributeAddHints (mixed text) |
| static mixed | MyReplace (mixed subject, mixed search, mixed add, mixed bAtStart) |
| static mixed | SetPreAOSAttributes (mixed serial, mixed lines) |
| used by kPacket_Generic_SubCommand_AOSTooltip (misnamed, also used by preaos) | |
| static mixed | UpdateLabelCache (mixed serial) |
| static mixed | GetLabelCacheNoCreate (mixed serial) |
| static mixed | GetOrCreateLabelCache (mixed serial) |
| static mixed | HandleUOText (mixed data) |
| static mixed | Send_Unicode_Text_Entry (mixed text, mixed text_unicode) |
| static mixed | Send_Plain_Text_Entry (mixed text, mixed text_unicode) |
| static mixed | Send_Speech (mixed speech) |
| static mixed | MyUTF8GetBits (mixed c, mixed insize, mixed startbit, mixed numbits) |
| static mixed | UniCodeChar2UTF8Arr (mixed arr, mixed c) |
| static mixed | Plaintext2UTF8Arr (mixed plaintext) |
| static mixed | UTF8Arr2String (mixed utf8arr) |
| static mixed | Plaintext2UTF8String (mixed plaintext) |
| static mixed | Send_UnicodeSpeech (mixed ascistr, mixed mode, mixed huecolor, mixed font, mixed text_unicode, mixed bOverlenCall) |
| static mixed | DualUniCodeSubStr (mixed asci, mixed unicode, mixed startpos, mixed endpos) |
| returns asci,unicodearr | |
| static mixed | UniCodeConcat (mixed a, mixed b) |
Definition at line 1219 of file lua_pseudo_code.cpp.
| static mixed net_text::GetItemLabelHue | ( | mixed | serial | ) | [inline, static] |
Definition at line 1221 of file lua_pseudo_code.cpp.
| static mixed net_text::GetItemLabel | ( | mixed | serial | ) | [inline, static] |
Definition at line 1223 of file lua_pseudo_code.cpp.
| static mixed net_text::PreAOSAttributeAddHints | ( | mixed | text | ) | [inline, static] |
Definition at line 1225 of file lua_pseudo_code.cpp.
| static mixed net_text::MyReplace | ( | mixed | subject, | |
| mixed | search, | |||
| mixed | add, | |||
| mixed | bAtStart | |||
| ) | [inline, static] |
Definition at line 1227 of file lua_pseudo_code.cpp.
| static mixed net_text::SetPreAOSAttributes | ( | mixed | serial, | |
| mixed | lines | |||
| ) | [inline, static] |
used by kPacket_Generic_SubCommand_AOSTooltip (misnamed, also used by preaos)
Definition at line 1230 of file lua_pseudo_code.cpp.
| static mixed net_text::UpdateLabelCache | ( | mixed | serial | ) | [inline, static] |
Definition at line 1232 of file lua_pseudo_code.cpp.
| static mixed net_text::GetLabelCacheNoCreate | ( | mixed | serial | ) | [inline, static] |
Definition at line 1234 of file lua_pseudo_code.cpp.
| static mixed net_text::GetOrCreateLabelCache | ( | mixed | serial | ) | [inline, static] |
Definition at line 1236 of file lua_pseudo_code.cpp.
| static mixed net_text::HandleUOText | ( | mixed | data | ) | [inline, static] |
Definition at line 1238 of file lua_pseudo_code.cpp.
| static mixed net_text::Send_Unicode_Text_Entry | ( | mixed | text, | |
| mixed | text_unicode | |||
| ) | [inline, static] |
0xC2, like the request, see above TODO : real unicode support
Definition at line 1242 of file lua_pseudo_code.cpp.
| static mixed net_text::Send_Plain_Text_Entry | ( | mixed | text, | |
| mixed | text_unicode | |||
| ) | [inline, static] |
Definition at line 1244 of file lua_pseudo_code.cpp.
| static mixed net_text::Send_Speech | ( | mixed | speech | ) | [inline, static] |
***** ***** ***** ***** ***** send speech TODO : at first check speech.mul keywords and send them to server
Definition at line 1248 of file lua_pseudo_code.cpp.
| static mixed net_text::MyUTF8GetBits | ( | mixed | c, | |
| mixed | insize, | |||
| mixed | startbit, | |||
| mixed | numbits | |||
| ) | [inline, static] |
Definition at line 1250 of file lua_pseudo_code.cpp.
| static mixed net_text::UniCodeChar2UTF8Arr | ( | mixed | arr, | |
| mixed | c | |||
| ) | [inline, static] |
Definition at line 1252 of file lua_pseudo_code.cpp.
| static mixed net_text::Plaintext2UTF8Arr | ( | mixed | plaintext | ) | [inline, static] |
Definition at line 1254 of file lua_pseudo_code.cpp.
| static mixed net_text::UTF8Arr2String | ( | mixed | utf8arr | ) | [inline, static] |
Definition at line 1256 of file lua_pseudo_code.cpp.
| static mixed net_text::Plaintext2UTF8String | ( | mixed | plaintext | ) | [inline, static] |
Definition at line 1258 of file lua_pseudo_code.cpp.
| static mixed net_text::Send_UnicodeSpeech | ( | mixed | ascistr, | |
| mixed | mode, | |||
| mixed | huecolor, | |||
| mixed | font, | |||
| mixed | text_unicode, | |||
| mixed | bOverlenCall | |||
| ) | [inline, static] |
kPacket_Speech_Unicode 0xAD see runuo1 sourcecode ./Network/PacketHandlers.cs:1176: UnicodeSpeech for details of encoding/decoding see also lib.speech.lua for SpeechParseKeywords
Definition at line 1263 of file lua_pseudo_code.cpp.
| static mixed net_text::DualUniCodeSubStr | ( | mixed | asci, | |
| mixed | unicode, | |||
| mixed | startpos, | |||
| mixed | endpos | |||
| ) | [inline, static] |
| static mixed net_text::UniCodeConcat | ( | mixed | a, | |
| mixed | b | |||
| ) | [inline, static] |
Definition at line 1268 of file lua_pseudo_code.cpp.
1.5.6