Class VariableNamer
Variable naming for ROBLOX objects.
Info:
- License: MIT
- Author: Richard Voelker
Methods
| VariableNamer.NameObjectVariable (self, className) | Get the next name for a ROBLOX object variable. |
Methods
- VariableNamer.NameObjectVariable (self, className)
-
Get the next name for a ROBLOX object variable. The name is
in the following form: var(Object ClassName)(Unique ID).
Parameters:
- self VariableNamer
- className string The ClassName of the ROBLOX object.
Returns:
-
string
The name for the object variable.