BOOL SC_COMMUNITY_EVENT_GET_EXTRA_DATA_INT_FOR_TYPE(`p0` (const char*), `p1` (int*), `p2` (const char*));
| Property |
Value |
| Native Name |
SC_COMMUNITY_EVENT_GET_EXTRA_DATA_INT_FOR_TYPE |
| Hash |
0x3519CC3525319A96 |
| Return Type |
BOOL |
| Build |
1207 |
| Parameters |
p0 (const char*), p1 (int*), p2 (const char*) |
Parameters
p0 (const char*)
p1 (int*)
p2 (const char*)
Usage
Lua (Direct):
local result = ScCommunityEventGetExtraDataIntForType(p0, p1, p2)
Lua (Hash):
local result = Citizen.InvokeNative(0x3519CC3525319A96, p0, p1, p2)
Back to SOCIALCLUB