G.OrderVectors
From GMod Wiki
Revision as of 21:45, 2 November 2009 by Crazy Quebecer (Talk | contribs)
Function | |
Syntax |
OrderVectors( Vector vec1, Vector vec2 ) Where is this used? |
Description: | |
This function will make all of vec1's axis smaller than vec2. It will edit the vectors instead of returning new ones. | |
Returns: | nil |
Part of Library: | Global Functions |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=G.OrderVectors]G.OrderVectors [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Additional Notes
- Remember that this doesn't return anything, it merely orders whatever vectors you feed it.