FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ScaleformUI/ScaleformUI_Lua/src/Elements/JobIcon.lua at master · manups4e/ScaleformUI · GitHub
manups4e
/
ScaleformUI
Public
Notifications
You must be signed in to change notification settings
Fork
56
Star
196
Code
Issues
5
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
ScaleformUI
/
ScaleformUI_Lua
/
src
/
Elements
/
JobIcon.lua
Copy path
More file actions
More file actions
Latest commit
History
History
History
20 lines (20 loc) · 339 Bytes
Breadcrumbs
ScaleformUI
/
ScaleformUI_Lua
/
src
/
Elements
/
JobIcon.lua
Copy path
File metadata and controls
20 lines (20 loc) · 339 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
@enum
JobIcon
JobIcon
=
{
NONE
=
-
1
,
GTAOMission
=
0
,
Deathmatch
=
1
,
RaceFinish
=
2
,
GTAOSurvival
=
3
,
TeamDeathmatch
=
4
,
Castle
=
6
,
Parachute
=
8
,
VehicleDeathmatch
=
9
,
RaceCar
=
10
,
RaceFoot
=
11
,
RaceSea
=
12
,
RaceBike
=
13
,
RaceAir
=
14
,
LastTeamStanding
=
15
,
Briefcase
=
16
,
RaceStunt
=
18
}
Back
|
FazBrowse Home
|
New Git URL