The RedM developer’s field guide
Know the native.
Build the world.
Engine functions, framework docs, and game assets.
One reference. From the first lookup to the last line.
knowledge base
Explore / RedM
Native reference
- CREWBOOL
_0x58D378AF2C8765B7
Description not yet documented
0x58D378AF2C8765B7 - CREWBOOL
_NETWORK_ACCEPT_CLAN_INVITE
Description not yet documented
0x8E2143144B8E188D - CREWint
NETWORK_CLAN_GET_LOCAL_MEMBERSHIPS_COUNT
Description not yet documented
0x1F471B79ACC90BEF - CREWBOOL
NETWORK_CLAN_GET_MEMBERSHIP_DESC
Description not yet documented
0x48DE78AF2C8885B8 - CREWBOOL
_NETWORK_CLAN_INVITE_PLAYER
Description not yet documented
0xC685B014CE3D988B - CREWBOOL
NETWORK_CLAN_IS_EMBLEM_READY
Description not yet documented
0xA134777FF7F33331 - CREWBOOL
NETWORK_CLAN_PLAYER_GET_DESC
``` bufferSize is 35 in the scripts. bufferSize is the elementCount of p0(desc), sizeof(p0) == 280 == p1*8 == 35 * 8, p2(netHandle) is obtained from NETWORK::NETWORK_HANDLE_FROM_PLAYER. And no, I can't explain why 35 * sizeof(int) == 280 and not 140, but I'll get back to you on that. the answer is: because p0 an int64_t* / int64_t[35]. and FYI p2 is an int64_t[13] pastebin.com/cSZniHak ```
0xEEE6EACBE8874FBA - CREWBOOL
NETWORK_CLAN_PLAYER_IS_ACTIVE
Description not yet documented
0xB124B57F571D8F18 - CREWvoid
NETWORK_CLAN_RELEASE_EMBLEM
Description not yet documented
0x113E6E3E50E286B0 - CREWBOOL
NETWORK_CLAN_REQUEST_EMBLEM
Description not yet documented
0x13518FF1C6B28938 - CREWBOOL
NETWORK_CLAN_SERVICE_IS_VALID
Description not yet documented
0x579CCED0265D4896 - CREWAny
_NETWORK_CLAN_SET_ACTIVE
Description not yet documented
0xC080FF658B2E51DA - CREWBOOL
NETWORK_FIND_GAMERS_IN_CREW
Description not yet documented
0xE532D6811B3A4D2A - CREWAny
NETWORK_GET_PRIMARY_CLAN_DATA_CLEAR
Description not yet documented
0x9AA46BADAD0E27ED - CREWBOOL
NETWORK_GET_PRIMARY_CLAN_DATA_NEW
Description not yet documented
0xC080FF658B2E41DA - CREWAny
NETWORK_GET_PRIMARY_CLAN_DATA_PENDING
Description not yet documented
0xB5074DB804E28CE7 - CREWBOOL
NETWORK_GET_PRIMARY_CLAN_DATA_START
Description not yet documented
0xCE86D8191B762107 - CREWAny
NETWORK_GET_PRIMARY_CLAN_DATA_SUCCESS
Description not yet documented
0x5B4F04F19376A0BA
A living reference. Documentation coverage varies by native and source.