LuauExpression
This class is not creatable. Instances of this class cannot be created with Instance.new.
| Memory category | Instances |
|---|
Member index 2
| History | Member | |
|---|---|---|
| 732 | Evaluate(args: Dictionary): Dictionary | |
| 736 | References(variableName: string): bool | |
| inherited from Object | ||
| 647 | ClassName: string | |
| 647 | className: string | |
| 647 | GetPropertyChangedSignal(property: string): RBXScriptSignal | |
| 647 | IsA(className: string): bool | |
| 650 | isA(className: string): bool | |
| 647 | Changed(property: string) | |
Description
History 4
- 736 Add References
- 732 Change ReturnType of Evaluate from Tuple to Dictionary
- 731 Add Evaluate
- 731 Add LuauExpression
Members 2
Evaluate
| Parameters (1) | ||
|---|---|---|
| args | Dictionary | |
| Returns (1) | ||
| Dictionary | ||
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
References
| Parameters (1) | ||
|---|---|---|
| variableName | string | |
| Returns (1) | ||
| bool | ||
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 1
- 736 Add References