Added a APIDump description for GetHTMLEscapedString.
This commit is contained in:
parent
0677872d88
commit
d1ddd2492b
@ -1785,7 +1785,10 @@ Sign entities are saved and loaded from disk when the chunk they reside in is sa
|
||||
cWebAdmin =
|
||||
{
|
||||
Desc = "",
|
||||
Functions = {},
|
||||
Functions =
|
||||
{
|
||||
GetHTMLEscapedString = { Params = "string", Return = "string", Notes = "Gets the HTML escaped representation of a requested string. This is useful for user input and game data that is not guaranteed to be escaped already." },
|
||||
},
|
||||
Constants = {},
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user