|
Limit access to method only to script modules within some access level. More...
Public Member Functions | |
| void | Restrict (EAccessLevel level, bool isError=true) |
Public Member Functions inherited from Managed | |
| proto external ref Managed | Clone () |
| Return shallow copy of object, or null if it is not allowed (not public constructor) | |
Limit access to method only to script modules within some access level.
If user tries to call this method from script module with improper access level, compilation error is thrown.
| void Restrict.Restrict | ( | EAccessLevel | level, |
| bool | isError = true ) |