Template:RFCParamTypes: Difference between revisions

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search
No edit summary
No edit summary
Line 24: Line 24:
| Userdata returned by F (Function)
| Userdata returned by F (Function)
| F("print")(500)<br />See [[F]]
| F("print")(500)<br />See [[F]]
|-
| Array
|}
|}
The following parameter types are not supported:
The following parameter types are not supported:
Line 29: Line 31:
|-
|-
| Blob
| Blob
|-
| Array
|-
|-
| Class Instances other than Vector or Quaternion
| Class Instances other than Vector or Quaternion
|}
|}

Revision as of 06:48, 28 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
Array

The following parameter types are not supported:

Blob
Class Instances other than Vector or Quaternion