Class RossDoc
The base class for RoSS object creation.
All compiled RoSS files will be compiled into a Lua class with this class as its base.
Info:
- License: MIT
- Author: Richard Voelker
Methods
RossDoc.new (self) | Create a new RossDoc. |
RossDoc.StyleObject (self, romlObject) | Styles a RomlObject based on the rules within this RossDoc. |
Methods
- RossDoc.new (self)
-
Create a new RossDoc.
Parameters:
- self RossDoc
- RossDoc.StyleObject (self, romlObject)
-
Styles a RomlObject based on the rules within this
RossDoc.
Parameters:
- self RossDoc
- romlObject RomlObject The RomlObject to style.