‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
scoreevents_shared.gsh File Reference

Go to the source code of this file.

Macros

#define SCORE_EVENT_GAMETYPE_COLUMN_COUNT   2
 
#define SCORE_EVENT_GAMETYPE_COLUMN_SCORE   0
 
#define SCORE_EVENT_GAMETYPE_COLUMN_XP   1
 
#define SCORE_EVENT_MAX_COUNT   512
 
#define SCORE_EVENT_MEDAL_WAIT_TIME   2
 
#define SCORE_EVENT_OBITUARY_CENTERTIME   5
 
#define SCORE_EVENT_TABLE_NAME_CP   "gamedata/tables/cp/scoreInfo.csv"
 
#define SCORE_EVENT_TABLE_NAME_MP   "gamedata/tables/mp/scoreInfo.csv"
 
#define SCORE_EVENT_TABLE_NAME_ZM   "gamedata/tables/zm/scoreInfo.csv"
 
#define SCOREINFOTABLE_DEMO_BOOKMARK_PRIORITY   9
 
#define SCOREINFOTABLE_DOUBLE_XP   10
 
#define SCOREINFOTABLE_GAMETYPE_SCORE   14
 
#define SCOREINFOTABLE_GAMETYPE_XP   15
 
#define SCOREINFOTABLE_GIVE_GUN_XP   11
 
#define SCOREINFOTABLE_INCLUDE_COMBAT_EFFICIENCY_EVENT   6
 
#define SCOREINFOTABLE_INCLUDE_HERO   7
 
#define SCOREINFOTABLE_INCLUDE_KILLSTREAKS   5
 
#define SCOREINFOTABLE_MEDAL_BACKING_MATERIAL   3
 
#define SCOREINFOTABLE_MEDAL_CATEGORY   12
 
#define SCOREINFOTABLE_MEDAL_REFERENCE   2
 
#define SCOREINFOTABLE_MEDAL_SORT_KEY   13
 
#define SCOREINFOTABLE_SAVE_MEDAL_STATS   8
 
#define SCOREINFOTABLE_SCORE_STRING   1
 
#define SCOREINFOTABLE_SCRIPT_REFERENCE   0
 
#define SCOREINFOTABLE_TEAM_SCORE_MATERIAL   4
 

Macro Definition Documentation

◆ SCORE_EVENT_GAMETYPE_COLUMN_COUNT

#define SCORE_EVENT_GAMETYPE_COLUMN_COUNT   2

Definition at line 24 of file scoreevents_shared.gsh.

◆ SCORE_EVENT_GAMETYPE_COLUMN_SCORE

#define SCORE_EVENT_GAMETYPE_COLUMN_SCORE   0

Definition at line 22 of file scoreevents_shared.gsh.

◆ SCORE_EVENT_GAMETYPE_COLUMN_XP

#define SCORE_EVENT_GAMETYPE_COLUMN_XP   1

Definition at line 23 of file scoreevents_shared.gsh.

◆ SCORE_EVENT_MAX_COUNT

#define SCORE_EVENT_MAX_COUNT   512

Definition at line 26 of file scoreevents_shared.gsh.

◆ SCORE_EVENT_MEDAL_WAIT_TIME

#define SCORE_EVENT_MEDAL_WAIT_TIME   2

Definition at line 28 of file scoreevents_shared.gsh.

◆ SCORE_EVENT_OBITUARY_CENTERTIME

#define SCORE_EVENT_OBITUARY_CENTERTIME   5

Definition at line 30 of file scoreevents_shared.gsh.

◆ SCORE_EVENT_TABLE_NAME_CP

#define SCORE_EVENT_TABLE_NAME_CP   "gamedata/tables/cp/scoreInfo.csv"

Definition at line 1 of file scoreevents_shared.gsh.

◆ SCORE_EVENT_TABLE_NAME_MP

#define SCORE_EVENT_TABLE_NAME_MP   "gamedata/tables/mp/scoreInfo.csv"

Definition at line 2 of file scoreevents_shared.gsh.

◆ SCORE_EVENT_TABLE_NAME_ZM

#define SCORE_EVENT_TABLE_NAME_ZM   "gamedata/tables/zm/scoreInfo.csv"

Definition at line 3 of file scoreevents_shared.gsh.

◆ SCOREINFOTABLE_DEMO_BOOKMARK_PRIORITY

#define SCOREINFOTABLE_DEMO_BOOKMARK_PRIORITY   9

Definition at line 14 of file scoreevents_shared.gsh.

◆ SCOREINFOTABLE_DOUBLE_XP

#define SCOREINFOTABLE_DOUBLE_XP   10

Definition at line 15 of file scoreevents_shared.gsh.

◆ SCOREINFOTABLE_GAMETYPE_SCORE

#define SCOREINFOTABLE_GAMETYPE_SCORE   14

Definition at line 19 of file scoreevents_shared.gsh.

◆ SCOREINFOTABLE_GAMETYPE_XP

#define SCOREINFOTABLE_GAMETYPE_XP   15

Definition at line 20 of file scoreevents_shared.gsh.

◆ SCOREINFOTABLE_GIVE_GUN_XP

#define SCOREINFOTABLE_GIVE_GUN_XP   11

Definition at line 16 of file scoreevents_shared.gsh.

◆ SCOREINFOTABLE_INCLUDE_COMBAT_EFFICIENCY_EVENT

#define SCOREINFOTABLE_INCLUDE_COMBAT_EFFICIENCY_EVENT   6

Definition at line 11 of file scoreevents_shared.gsh.

◆ SCOREINFOTABLE_INCLUDE_HERO

#define SCOREINFOTABLE_INCLUDE_HERO   7

Definition at line 12 of file scoreevents_shared.gsh.

◆ SCOREINFOTABLE_INCLUDE_KILLSTREAKS

#define SCOREINFOTABLE_INCLUDE_KILLSTREAKS   5

Definition at line 10 of file scoreevents_shared.gsh.

◆ SCOREINFOTABLE_MEDAL_BACKING_MATERIAL

#define SCOREINFOTABLE_MEDAL_BACKING_MATERIAL   3

Definition at line 8 of file scoreevents_shared.gsh.

◆ SCOREINFOTABLE_MEDAL_CATEGORY

#define SCOREINFOTABLE_MEDAL_CATEGORY   12

Definition at line 17 of file scoreevents_shared.gsh.

◆ SCOREINFOTABLE_MEDAL_REFERENCE

#define SCOREINFOTABLE_MEDAL_REFERENCE   2

Definition at line 7 of file scoreevents_shared.gsh.

◆ SCOREINFOTABLE_MEDAL_SORT_KEY

#define SCOREINFOTABLE_MEDAL_SORT_KEY   13

Definition at line 18 of file scoreevents_shared.gsh.

◆ SCOREINFOTABLE_SAVE_MEDAL_STATS

#define SCOREINFOTABLE_SAVE_MEDAL_STATS   8

Definition at line 13 of file scoreevents_shared.gsh.

◆ SCOREINFOTABLE_SCORE_STRING

#define SCOREINFOTABLE_SCORE_STRING   1

Definition at line 6 of file scoreevents_shared.gsh.

◆ SCOREINFOTABLE_SCRIPT_REFERENCE

#define SCOREINFOTABLE_SCRIPT_REFERENCE   0

Definition at line 5 of file scoreevents_shared.gsh.

◆ SCOREINFOTABLE_TEAM_SCORE_MATERIAL

#define SCOREINFOTABLE_TEAM_SCORE_MATERIAL   4

Definition at line 9 of file scoreevents_shared.gsh.