Usage
Syntax: allfeatures
Returns an integer value.
Explanation
allfeatures returns the numeric value 65535, which is a bit flag with all bits set. This is used in conjunction with the enablefeatures function.
allfeatures is read-only.
Example
//#CLIENTSIDE function onCreated(){ enablefeatures(allfeatures - 4 - 2); }
... enables all features except for the Q key (4) and the P key (2).
Categories
CategoryBuiltInVariable
There are no comments on this page. [Add comment]