Template:RFCParamTypes: Difference between revisions

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search
(Created page with "{| class="wikitable" |- ! Numbers/Integers ! |- | Float | |- | String | |- style="border-color:inherit;" | bool | true/false |- style="border-color:inherit;" | Null | null...")
 
No edit summary
Line 22: Line 22:
| Quaternion(x,y,z,w)
| Quaternion(x,y,z,w)
|- style="font-weight:bold;"
|- style="font-weight:bold;"
| Functions
| Userdata returned by F (Function)
| F("print")(500)<br />See [[F]]
| F("print")(500)<br />See [[F]]
|}
|}

Revision as of 16:50, 26 January 2023

Numbers/Integers
Float
String
bool true/false
Null null
Vector Vector(x,y,z)
Quaternion Quaternion(x,y,z,w)
Userdata returned by F (Function) F("print")(500)
See F