UDFScript提供如下lua原生函数,由于是lua原生函数,不再详细解释每个函数的使用方法。
函数库 | 函数名 |
---|---|
全局 | assert、error、ipairs、next、pairs、pcall、select、tonumber、tostring、type、unpack、xpcall。 |
math | abs、acos、asin、atan、atan2、ceil、cos、cosh、deg、exp、fmod、floor、frexp、huge、ldexp、log、log10、max、min、modf、pi、pow、rad、random、 sin、sinh、sqrt、tan、tanh。 |
os | clock、difftime、time。 |
string | byte、char、find、format、gmatch、gsub、len、lower、match、reverse、sub、upper。 |
table | insert、maxn、remove、sort。 |
bit | arshift、band、bnot、bor、bswap、bxor、lshift、rol、ror、rsh。 |