ceifa / sqlier

Yet another gmod database abstraction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data type for Vectors

GlorifiedPig opened this issue · comments

Would be cool if there was a Vector data type which just had X Y Z values. This will add support for in game Vectors, Angles and potentially more and will be more convenient than manually converting said data types to/from strings

Nice suggestion! Colors would be nice too(string.FromColor can be used).