Framework Exports
C7 Framework V3 provides a set of server-side exports that allow developers to access character information from any resource.
Available Server-Side Exports
1
2
GetCharID
3
4
GetCharFirstName
5
GetCharLastName
6
GetCharDept
7
GetCharGender
8
GetCharWeight
9
GetCharHeight
10
GetCharImage
What this export does:
Returns the character image URL only if it’s valid:
must not be
nil/""must not be
"null"or"nil"(string)Otherwise returns
nil.
Output example:
Output type: string or nil
Output example: "https://example.com/image.png"
11
GetCharEthnicity
12
GetCharCallsign
13
GetCharGrade
14
GetCharJailedStatus
15
GetCharJailedExpiry
16
17
GetCharLastLocation
18
19
20
21
Last updated