-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstrings.cs2
More file actions
55 lines (29 loc) · 1.46 KB
/
strings.cs2
File metadata and controls
55 lines (29 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[command,append_num](string $x1, int $x2)(string)
[command,append](string $x1, string $x2)(string)
[command,append_signnum](string $x1, int $x2)(string)
[command,lowercase](string $x1)(string)
[command,fromdate](int $x1)(string)
[command,text_bodytype](string $x1, string $x2)(string)
[command,tostring](int $x1)(string)
[command,compare](string $x1, string $x2)(int)
[command,paraheight](string $x1, int $x2, fontmetrics $x3)(int)
[command,parawidth](string $x1, int $x2, fontmetrics $x3)(int)
[command,text_switch](boolean $x1, string $x2, string $x3)(string)
[command,escape](string $x1)(string)
[command,append_char](string $x1, char $x2)(string)
[command,char_isprintable](char $x1)(boolean)
[command,char_isalphanumeric](char $x1)(boolean)
[command,char_isalpha](char $x1)(boolean)
[command,char_isnumeric](char $x1)(boolean)
[command,string_length](string $x1)(int)
[command,substring](string $x1, int $x2, int $x3)(string)
[command,removetags](string $x1)(string)
[command,string_indexof_char](string $x1, char $x2)(int)
[command,string_indexof_string](string $source_text, string $search_text, int $start_index)(int)
[command,uppercase](string $x1)(string)
[command,text_pronoun](string $x1, string $x2, string $x3)(string)
[command,.text_pronoun](string $x1, string $x2, string $x3)(string)
[command,pronoun]()(int)
[command,.pronoun]()(int)
[command,tostring_long](long $x1)(string)
[command,tostring_spacer_long](long $value, string $separator)(string)