This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Meta Fields - Pointer Handling | |
--------------------- | |
The Lua runtime allows specifying pointer or result types with native execution via Meta Fields found in the `Citizen` namespace: | |
- PointerValueInt | |
- PointerValueIntInitialized | |
- PointerValueFloat | |
- PointerValueVector | |
- ReturnResultAnyway |