1
0

Added a APIDump description for GetHTMLEscapedString.

This commit is contained in:
Alexander Harkness 2013-10-19 21:18:27 +01:00
parent 0677872d88
commit d1ddd2492b

View File

@ -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 = {},
},