Added eCrimeType enum values for III and VC.#250
Draft
MiranDMC wants to merge 2 commits intoDK22Pac:masterfrom
Draft
Added eCrimeType enum values for III and VC.#250MiranDMC wants to merge 2 commits intoDK22Pac:masterfrom
MiranDMC wants to merge 2 commits intoDK22Pac:masterfrom
Conversation
Unified value names across the trilogy.
|
Why not use the original names? (for SA) enum eCrimeType
{
CRIME_NONE,
CRIME_POSSESSION_GUN,
CRIME_HIT_PED,
CRIME_HIT_COP,
CRIME_SHOOT_PED,
CRIME_SHOOT_COP,
CRIME_STEAL_CAR,
CRIME_RUN_REDLIGHT,
CRIME_RECKLESS_DRIVING,
CRIME_SPEEDING,
CRIME_RUNOVER_PED,
CRIME_RUNOVER_COP,
CRIME_DESTROY_HELI,
CRIME_PED_SET_ON_FIRE,
CRIME_COP_SET_ON_FIRE,
CRIME_CAR_SET_ON_FIRE,
CRIME_DESTROY_PLANE,
CRIME_CAUSE_EXPLOSION,
CRIME_STAB_PED,
CRIME_STAB_COP,
CRIME_DESTROY_VEHICLE,
CRIME_DAMAGE_TO_PROPERTY,
CRIME_TARGET_COP,
MAX_CRIMES
}; |
Contributor
Author
|
@MiranDMC continuing planned? |
Contributor
Author
|
As mentioned enum names probably should be taken from already available sources, then extra comments added to each one when it actually occurs during gameplay. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Unified value names across the trilogy.