Package | flare.flsl |
Class | public class FLSLError |
Inheritance | FLSLError ![]() |
Property | Defined By | ||
---|---|---|---|
line : int
The line of the error when possible. | FLSLError | ||
pos : int
The character position on the current line when possible. | FLSLError |
Method | Defined By | ||
---|---|---|---|
FLSLError(message:*, line:int = -1, pos:int = -1)
Creates a new FLSLError. | FLSLError |
line | property |
public var line:int
The line of the error when possible.
pos | property |
public var pos:int
The character position on the current line when possible.
FLSLError | () | Constructor |
public function FLSLError(message:*, line:int = -1, pos:int = -1)
Creates a new FLSLError.
Parametersmessage:* — The error message.
| |
line:int (default = -1 ) — The line of the error when possible.
| |
pos:int (default = -1 ) — The character position on the current line when possible.
|