Vector: Difference between revisions

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search
(Created page with "Constructor <source>Vector(x, y, z)</source> Metamethods <source> _add(Vector) _sub(Vector) _mul(Float) _div(Float) _tostring() </source>")
(No difference)

Revision as of 03:33, 7 January 2023

Constructor

Vector(x, y, z)

Metamethods

_add(Vector)
_sub(Vector)
_mul(Float)
_div(Float)
_tostring()