Template:RFCParamTypes: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
| Numbers/Integers | |||
! | ! | ||
|- | |- | ||
Line 28: | Line 28: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
| Blob | |||
! | ! | ||
|- | |- |
Revision as of 16:55, 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 |
The following parameter types are not supported:
Blob | |
Array | |
Class Instances other than Vector or Quaternion |