Added charsmax() define, as a less typo-prone utility for sizeof(array)-1.
Added any: syntax to all variable args that need it, added proper {Float,_}: tags to some that didn't have it but should have.
This commit is contained in:
@@ -29,7 +29,7 @@ native nvault_open(const name[]);
|
||||
/* Gets a vault value by returning an int
|
||||
* setting a byref float or setting a string + maxlength
|
||||
*/
|
||||
native nvault_get(vault, const key[], ...);
|
||||
native nvault_get(vault, const key[], {Float,_}:...);
|
||||
|
||||
/* Looks up a vault value for full information
|
||||
* Returns 0 if the entry is not found
|
||||
|
Reference in New Issue
Block a user