Skip to content

Instantly share code, notes, and snippets.

@t3chman
t3chman / gist:73d361645fd7a4a7f3200ecb37565d4e
Last active November 20, 2023 12:53
Cfx Lua Meta Fields - Pointer/Result Handling
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