Skip to content

Commit

Permalink
deploy: fb2cc34
Browse files Browse the repository at this point in the history
  • Loading branch information
MiranDMC committed Nov 9, 2024
1 parent 65b48bc commit 13793a7
Show file tree
Hide file tree
Showing 14 changed files with 90 additions and 59 deletions.
2 changes: 1 addition & 1 deletion assets/enums-info.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions assets/sa/classes.db
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,8 @@ DoesExist,09F2,1,0,("handle: any")
Remove,065C,0,0,("self: DecisionMaker")
AddEventResponse,0709,0,0,("self: DecisionMakerChar" "event: Event" "taskId%i" "respect%f" "hate%f" "like%f" "dislike%f" "inCar%b" "onFoot%b")
ClearEventResponse,0708,0,0,("self: DecisionMakerChar" "event: Event")
Copy,07E5,0,0,("maskOrOtherHandle: DecisionMakerChar" "handle: DecisionMakerChar")
CopyShared,0978,0,0,("mask%i" "handle: DecisionMakerChar")
Copy,07E5,0,0,("handleOrTemplate: DecisionMakerCharTemplate" "handle: DecisionMakerChar")
CopyShared,0978,0,0,("template: DecisionMakerCharTemplate" "handle: DecisionMakerChar")
Load,060A,0,0,("type: DecisionMakerType" "handle: DecisionMakerChar")
$END

Expand Down Expand Up @@ -1828,7 +1828,7 @@ SetCoordinatesNoOffset,0972,0,0,("self: Char" "x%f" "y%f" "z%f")
SetCoordinatesSimple,0E32,0,0,("self: Char" "x%f" "y%f" "z%f")
SetCurrentWeapon,01B9,0,0,("self: Char" "weaponType: WeaponType")
SetDeathWeaponsPersist,0A27,0,0,("self: Char" "state%b")
SetDecisionMaker,060B,0,0,("self: Char" "maskOrHandle: DecisionMakerChar")
SetDecisionMaker,060B,0,0,("self: Char" "handleOrTemplate: DecisionMakerCharTemplate")
SetDropsWeaponsWhenDead,087E,0,0,("self: Char" "state%b")
SetDrownsInWater,04D8,0,0,("self: Char" "state%b")
SetDruggedUp,09A7,0,0,("self: Char" "state%b")
Expand Down Expand Up @@ -3076,7 +3076,7 @@ PlayAnimSecondary,0A1A,0,0,("handle: Char" "animationName%s" "animationFile%s" "
PlayAnimWithFlags,088A,0,0,("handle: Char" "animationName%s" "animationFile%s" "frameDelta%f" "loop%b" "lockX%b" "lockY%b" "lockF%b" "time%i" "disableForce%b" "disableLockZ%b")
Say,05C1,0,0,("handle: Char" "phrase: SpeechId")
ScratchHead,05C8,0,0,("handle: Char")
SetCharDecisionMaker,07BC,0,0,("char: Char" "decisionMakerChar: DecisionMakerChar")
SetCharDecisionMaker,07BC,0,0,("char: Char" "handleOrTemplate: DecisionMakerCharTemplate")
SetIgnoreWeaponRangeFlag,099F,0,0,("handle: Char" "state%b")
ShakeFist,05C2,0,0,("handle: Char")
ShootAtChar,074D,0,0,("handle: Char" "target: Char" "time%i")
Expand Down
10 changes: 10 additions & 0 deletions assets/sa/enums.js
Original file line number Diff line number Diff line change
Expand Up @@ -3494,4 +3494,14 @@ export const Event = {
"LeanOnVehicle": 92,
"StuckInAir": 93,
"DontJoinGroup": 94
};
export const DecisionMakerCharTemplate = {
"Gang": 65536,
"Cop": 65537,
"RandomNorm": 65538,
"RandomTough": 65539,
"RandomWeak": 65540,
"Fireman": 65541,
"Empty": 65542,
"Indoors": 65543
};
10 changes: 10 additions & 0 deletions assets/sa/enums.json
Original file line number Diff line number Diff line change
Expand Up @@ -3495,5 +3495,15 @@
"LeanOnVehicle": 92,
"StuckInAir": 93,
"DontJoinGroup": 94
},
"DecisionMakerCharTemplate": {
"Gang": 65536,
"Cop": 65537,
"RandomNorm": 65538,
"RandomTough": 65539,
"RandomWeak": 65540,
"Fireman": 65541,
"Empty": 65542,
"Indoors": 65543
}
}
11 changes: 11 additions & 0 deletions assets/sa/enums.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3609,3 +3609,14 @@ enum Event
DontJoinGroup=94
end

enum DecisionMakerCharTemplate
Gang=65536
Cop=65537
RandomNorm=65538
RandomTough=65539
RandomWeak=65540
Fireman=65541
Empty=65542
Indoors=65543
end

8 changes: 4 additions & 4 deletions assets/sa/opcodes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@
{0606:} load_path_nodes_in_area {leftBottomX} [float] {leftBottomY} [float] {rightTopX} [float] {rightTopY} [float]
{0607:} release_path_nodes
{060A:} [var handle: DecisionMakerChar] = load_char_decision_maker {type} [DecisionMakerType]
{060B:} set_char_decision_maker [Char] {maskOrHandle} [DecisionMakerChar]
{060B:} set_char_decision_maker [Char] {handleOrTemplate} [DecisionMakerCharTemplate]
{060D:} set_text_dropshadow {intensity} [int] {red} [int] {green} [int] {blue} [int] {alpha} [int]
{060E:} is_playback_going_on_for_car [Car]
{060F:} set_sense_range {handle} [Char] {range} [float]
Expand Down Expand Up @@ -1105,7 +1105,7 @@
{07B3:} set_group_default_task_allocator [Group] {defaultTaskAllocator} [DefaultTaskAllocator]
{07B4:} set_player_group_recruitment [Player] {state} [bool]
{07BB:} activate_heli_speed_cheat [Heli] {power} [int]
{07BC:} task_set_char_decision_maker {char} [Char] {decisionMakerChar} [DecisionMakerChar]
{07BC:} task_set_char_decision_maker {char} [Char] {handleOrTemplate} [DecisionMakerCharTemplate]
{07BD:} delete_mission_train [Train]
{07BE:} mark_mission_train_as_no_longer_needed [Train]
{07BF:} set_blip_always_display_on_zoomed_radar [Blip] {state} [bool]
Expand Down Expand Up @@ -1133,7 +1133,7 @@
{07E0:} set_blip_as_friendly [Blip] {state} [bool]
{07E1:} task_swim_to_coord {handle} [Char] {x} [float] {y} [float] {z} [float]
{07E4:} [var leftBottomBackX: float], [var leftBottomBackY: float], [var leftBottomBackZ: float], [var rightTopFrontX: float], [var rightTopFrontY: float], [var rightTopFrontZ: float] = get_model_dimensions {modelId} [model_any]
{07E5:} [var handle: DecisionMakerChar] = copy_char_decision_maker {maskOrOtherHandle} [DecisionMakerChar]
{07E5:} [var handle: DecisionMakerChar] = copy_char_decision_maker {handleOrTemplate} [DecisionMakerCharTemplate]
{07E6:} [var handle: DecisionMakerGroup] = copy_group_decision_maker {mask} [int]
{07E7:} task_drive_point_route_advanced {char} [Char] {vehicle} [Car] {speed} [float] {driveStyle} [DriveMode] {modelId} [model_vehicle] {drivingStyle} [DrivingMode]
{07E8:} is_relationship_set {relationshipType} [RelationshipType] {ofPedType} [PedType] {toPedType} [PedType]
Expand Down Expand Up @@ -1439,7 +1439,7 @@
{0975:} is_emergency_services_vehicle [Car]
{0976:} kill_fx_system_now [Particle]
{0977:} is_object_within_brain_activation_range [Object]
{0978:} [var handle: DecisionMakerChar] = copy_shared_char_decision_maker {mask} [int]
{0978:} [var handle: DecisionMakerChar] = copy_shared_char_decision_maker {template} [DecisionMakerCharTemplate]
{097A:} report_mission_audio_event_at_position {x} [float] {y} [float] {z} [float] {soundId} [ScriptSound]
{097B:} report_mission_audio_event_at_object {handle} [Object] {soundId} [ScriptSound]
{097C:} attach_mission_audio_to_object {slotId} [MissionAudioSlot] {handle} [Object]
Expand Down
22 changes: 11 additions & 11 deletions assets/sa/sa.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"meta": {
"last_update": 1730836754528,
"version": "0.789",
"last_update": 1731122174718,
"version": "0.790",
"url": "https://library.sannybuilder.com/#/sa"
},
"extensions": [
Expand Down Expand Up @@ -25063,8 +25063,8 @@
"type": "Char"
},
{
"name": "maskOrHandle",
"type": "DecisionMakerChar"
"name": "handleOrTemplate",
"type": "DecisionMakerCharTemplate"
}
],
"id": "060B",
Expand Down Expand Up @@ -33735,8 +33735,8 @@
"type": "Char"
},
{
"name": "decisionMakerChar",
"type": "DecisionMakerChar"
"name": "handleOrTemplate",
"type": "DecisionMakerCharTemplate"
}
],
"id": "07BC",
Expand Down Expand Up @@ -34540,8 +34540,8 @@
{
"input": [
{
"name": "maskOrOtherHandle",
"type": "DecisionMakerChar"
"name": "handleOrTemplate",
"type": "DecisionMakerCharTemplate"
}
],
"output": [
Expand Down Expand Up @@ -42555,8 +42555,8 @@
{
"input": [
{
"name": "mask",
"type": "int"
"name": "template",
"type": "DecisionMakerCharTemplate"
}
],
"output": [
Expand All @@ -42569,7 +42569,7 @@
"id": "0978",
"name": "COPY_SHARED_CHAR_DECISION_MAKER",
"num_params": 2,
"short_desc": "",
"short_desc": "Creates decision maker instance based on template. Adds itself to to mission cleanup list. Otherwise should be released with REMOVE_DECISION_MAKER",
"class": "DecisionMakerChar",
"member": "CopyShared",
"attrs": {
Expand Down
8 changes: 4 additions & 4 deletions assets/sa_mobile/classes.db
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ DoesExist,09F2,1,0,("handle: any")
Remove,065C,0,0,("self: DecisionMaker")
AddEventResponse,0709,0,0,("self: DecisionMakerChar" "event: Event" "taskId%i" "respect%f" "hate%f" "like%f" "dislike%f" "inCar%b" "onFoot%b")
ClearEventResponse,0708,0,0,("self: DecisionMakerChar" "event: Event")
Copy,07E5,0,0,("maskOrOtherHandle: DecisionMakerChar" "handle: DecisionMakerChar")
CopyShared,0978,0,0,("mask%i" "handle: DecisionMakerChar")
Copy,07E5,0,0,("handleOrTemplate: DecisionMakerCharTemplate" "handle: DecisionMakerChar")
CopyShared,0978,0,0,("template: DecisionMakerCharTemplate" "handle: DecisionMakerChar")
Load,060A,0,0,("type: DecisionMakerType" "handle: DecisionMakerChar")
$END

Expand Down Expand Up @@ -1483,7 +1483,7 @@ SetCoordinatesDontWarpGangNoOffset,09BC,0,0,("self: Char" "x%f" "y%f" "z%f")
SetCoordinatesNoOffset,0972,0,0,("self: Char" "x%f" "y%f" "z%f")
SetCurrentWeapon,01B9,0,0,("self: Char" "weaponType: WeaponType")
SetDeathWeaponsPersist,0A27,0,0,("self: Char" "state%b")
SetDecisionMaker,060B,0,0,("self: Char" "maskOrHandle: DecisionMakerChar")
SetDecisionMaker,060B,0,0,("self: Char" "handleOrTemplate: DecisionMakerCharTemplate")
SetDropsWeaponsWhenDead,087E,0,0,("self: Char" "state%b")
SetDrownsInWater,04D8,0,0,("self: Char" "state%b")
SetDruggedUp,09A7,0,0,("self: Char" "state%b")
Expand Down Expand Up @@ -2384,7 +2384,7 @@ PlayAnimSecondary,0A1A,0,0,("handle: Char" "animationName%s" "animationFile%s" "
PlayAnimWithFlags,088A,0,0,("handle: Char" "animationName%s" "animationFile%s" "frameDelta%f" "loop%b" "lockX%b" "lockY%b" "lockF%b" "time%i" "disableForce%b" "disableLockZ%b")
Say,05C1,0,0,("handle: Char" "phrase: SpeechId")
ScratchHead,05C8,0,0,("handle: Char")
SetCharDecisionMaker,07BC,0,0,("char: Char" "decisionMakerChar: DecisionMakerChar")
SetCharDecisionMaker,07BC,0,0,("char: Char" "handleOrTemplate: DecisionMakerCharTemplate")
SetIgnoreWeaponRangeFlag,099F,0,0,("handle: Char" "state%b")
ShakeFist,05C2,0,0,("handle: Char")
ShootAtChar,074D,0,0,("handle: Char" "target: Char" "time%i")
Expand Down
8 changes: 4 additions & 4 deletions assets/sa_mobile/opcodes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@
{0606:} load_path_nodes_in_area {leftBottomX} [float] {leftBottomY} [float] {rightTopX} [float] {rightTopY} [float]
{0607:} release_path_nodes
{060A:} [var handle: DecisionMakerChar] = load_char_decision_maker {type} [DecisionMakerType]
{060B:} set_char_decision_maker [Char] {maskOrHandle} [DecisionMakerChar]
{060B:} set_char_decision_maker [Char] {handleOrTemplate} [DecisionMakerCharTemplate]
{060D:} set_text_dropshadow {intensity} [int] {red} [int] {green} [int] {blue} [int] {alpha} [int]
{060E:} is_playback_going_on_for_car [Car]
{060F:} set_sense_range {handle} [Char] {range} [float]
Expand Down Expand Up @@ -1105,7 +1105,7 @@
{07B3:} set_group_default_task_allocator [Group] {defaultTaskAllocator} [DefaultTaskAllocator]
{07B4:} set_player_group_recruitment [Player] {state} [bool]
{07BB:} activate_heli_speed_cheat [Heli] {power} [int]
{07BC:} task_set_char_decision_maker {char} [Char] {decisionMakerChar} [DecisionMakerChar]
{07BC:} task_set_char_decision_maker {char} [Char] {handleOrTemplate} [DecisionMakerCharTemplate]
{07BD:} delete_mission_train [Train]
{07BE:} mark_mission_train_as_no_longer_needed [Train]
{07BF:} set_blip_always_display_on_zoomed_radar [Blip] {state} [bool]
Expand Down Expand Up @@ -1133,7 +1133,7 @@
{07E0:} set_blip_as_friendly [Blip] {state} [bool]
{07E1:} task_swim_to_coord {handle} [Char] {x} [float] {y} [float] {z} [float]
{07E4:} [var leftBottomBackX: float], [var leftBottomBackY: float], [var leftBottomBackZ: float], [var rightTopFrontX: float], [var rightTopFrontY: float], [var rightTopFrontZ: float] = get_model_dimensions {modelId} [model_any]
{07E5:} [var handle: DecisionMakerChar] = copy_char_decision_maker {maskOrOtherHandle} [DecisionMakerChar]
{07E5:} [var handle: DecisionMakerChar] = copy_char_decision_maker {handleOrTemplate} [DecisionMakerCharTemplate]
{07E6:} [var handle: DecisionMakerGroup] = copy_group_decision_maker {mask} [int]
{07E7:} task_drive_point_route_advanced {char} [Char] {vehicle} [Car] {speed} [float] {driveStyle} [DriveMode] {modelId} [model_vehicle] {drivingStyle} [DrivingMode]
{07E8:} is_relationship_set {relationshipType} [RelationshipType] {ofPedType} [PedType] {toPedType} [PedType]
Expand Down Expand Up @@ -1439,7 +1439,7 @@
{0975:} is_emergency_services_vehicle [Car]
{0976:} kill_fx_system_now [Particle]
{0977:} is_object_within_brain_activation_range [Object]
{0978:} [var handle: DecisionMakerChar] = copy_shared_char_decision_maker {mask} [int]
{0978:} [var handle: DecisionMakerChar] = copy_shared_char_decision_maker {template} [DecisionMakerCharTemplate]
{097A:} report_mission_audio_event_at_position {x} [float] {y} [float] {z} [float] {soundId} [ScriptSound]
{097B:} report_mission_audio_event_at_object {handle} [Object] {soundId} [ScriptSound]
{097C:} attach_mission_audio_to_object {slotId} [MissionAudioSlot] {handle} [Object]
Expand Down
22 changes: 11 additions & 11 deletions assets/sa_mobile/sa_mobile.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"meta": {
"last_update": 1730836754644,
"version": "0.404",
"last_update": 1731122174836,
"version": "0.405",
"url": "https://library.sannybuilder.com/#/sa_mobile"
},
"extensions": [
Expand Down Expand Up @@ -25095,8 +25095,8 @@
"type": "Char"
},
{
"name": "maskOrHandle",
"type": "DecisionMakerChar"
"name": "handleOrTemplate",
"type": "DecisionMakerCharTemplate"
}
],
"id": "060B",
Expand Down Expand Up @@ -33767,8 +33767,8 @@
"type": "Char"
},
{
"name": "decisionMakerChar",
"type": "DecisionMakerChar"
"name": "handleOrTemplate",
"type": "DecisionMakerCharTemplate"
}
],
"id": "07BC",
Expand Down Expand Up @@ -34572,8 +34572,8 @@
{
"input": [
{
"name": "maskOrOtherHandle",
"type": "DecisionMakerChar"
"name": "handleOrTemplate",
"type": "DecisionMakerCharTemplate"
}
],
"output": [
Expand Down Expand Up @@ -42592,8 +42592,8 @@
{
"input": [
{
"name": "mask",
"type": "int"
"name": "template",
"type": "DecisionMakerCharTemplate"
}
],
"output": [
Expand All @@ -42606,7 +42606,7 @@
"id": "0978",
"name": "COPY_SHARED_CHAR_DECISION_MAKER",
"num_params": 2,
"short_desc": "",
"short_desc": "Creates decision maker instance based on template. Adds itself to to mission cleanup list. Otherwise should be released with REMOVE_DECISION_MAKER",
"class": "DecisionMakerChar",
"member": "CopyShared",
"attrs": {
Expand Down
8 changes: 4 additions & 4 deletions assets/sa_unreal/classes.db
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,8 @@ DoesExist,09F2,1,0,("handle: any")
Remove,065C,0,0,("self: DecisionMaker")
AddEventResponse,0709,0,0,("self: DecisionMakerChar" "event: Event" "taskId%i" "respect%f" "hate%f" "like%f" "dislike%f" "inCar%b" "onFoot%b")
ClearEventResponse,0708,0,0,("self: DecisionMakerChar" "event: Event")
Copy,07E5,0,0,("maskOrOtherHandle: DecisionMakerChar" "handle: DecisionMakerChar")
CopyShared,0978,0,0,("mask%i" "handle: DecisionMakerChar")
Copy,07E5,0,0,("handleOrTemplate: DecisionMakerCharTemplate" "handle: DecisionMakerChar")
CopyShared,0978,0,0,("template: DecisionMakerCharTemplate" "handle: DecisionMakerChar")
Load,060A,0,0,("type: DecisionMakerType" "handle: DecisionMakerChar")
$END

Expand Down Expand Up @@ -1466,7 +1466,7 @@ SetCoordinatesDontWarpGangNoOffset,09BC,0,0,("self: Char" "x%f" "y%f" "z%f")
SetCoordinatesNoOffset,0972,0,0,("self: Char" "x%f" "y%f" "z%f")
SetCurrentWeapon,01B9,0,0,("self: Char" "weaponType: WeaponType")
SetDeathWeaponsPersist,0A27,0,0,("self: Char" "state%b")
SetDecisionMaker,060B,0,0,("self: Char" "maskOrHandle: DecisionMakerChar")
SetDecisionMaker,060B,0,0,("self: Char" "handleOrTemplate: DecisionMakerCharTemplate")
SetDropsWeaponsWhenDead,087E,0,0,("self: Char" "state%b")
SetDrownsInWater,04D8,0,0,("self: Char" "state%b")
SetDruggedUp,09A7,0,0,("self: Char" "state%b")
Expand Down Expand Up @@ -2378,7 +2378,7 @@ PlayAnimSecondary,0A1A,0,0,("handle: Char" "animationName%s" "animationFile%s" "
PlayAnimWithFlags,088A,0,0,("handle: Char" "animationName%s" "animationFile%s" "frameDelta%f" "loop%b" "lockX%b" "lockY%b" "lockF%b" "time%i" "disableForce%b" "disableLockZ%b")
Say,05C1,0,0,("handle: Char" "phrase: SpeechId")
ScratchHead,05C8,0,0,("handle: Char")
SetCharDecisionMaker,07BC,0,0,("char: Char" "decisionMakerChar: DecisionMakerChar")
SetCharDecisionMaker,07BC,0,0,("char: Char" "handleOrTemplate: DecisionMakerCharTemplate")
SetIgnoreWeaponRangeFlag,099F,0,0,("handle: Char" "state%b")
ShakeFist,05C2,0,0,("handle: Char")
ShootAtChar,074D,0,0,("handle: Char" "target: Char" "time%i")
Expand Down
8 changes: 4 additions & 4 deletions assets/sa_unreal/opcodes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@
{0606:} load_path_nodes_in_area {leftBottomX} [float] {leftBottomY} [float] {rightTopX} [float] {rightTopY} [float]
{0607:} release_path_nodes
{060A:} [var handle: DecisionMakerChar] = load_char_decision_maker {type} [DecisionMakerType]
{060B:} set_char_decision_maker [Char] {maskOrHandle} [DecisionMakerChar]
{060B:} set_char_decision_maker [Char] {handleOrTemplate} [DecisionMakerCharTemplate]
{060D:} set_text_dropshadow {intensity} [int] {red} [int] {green} [int] {blue} [int] {alpha} [int]
{060E:} is_playback_going_on_for_car [Car]
{060F:} set_sense_range {handle} [Char] {range} [float]
Expand Down Expand Up @@ -1104,7 +1104,7 @@
{07B3:} set_group_default_task_allocator [Group] {defaultTaskAllocator} [DefaultTaskAllocator]
{07B4:} set_player_group_recruitment [Player] {state} [bool]
{07BB:} activate_heli_speed_cheat [Heli] {power} [int]
{07BC:} task_set_char_decision_maker {char} [Char] {decisionMakerChar} [DecisionMakerChar]
{07BC:} task_set_char_decision_maker {char} [Char] {handleOrTemplate} [DecisionMakerCharTemplate]
{07BD:} delete_mission_train [Train]
{07BE:} mark_mission_train_as_no_longer_needed [Train]
{07BF:} set_blip_always_display_on_zoomed_radar [Blip] {state} [bool]
Expand Down Expand Up @@ -1132,7 +1132,7 @@
{07E0:} set_blip_as_friendly [Blip] {state} [bool]
{07E1:} task_swim_to_coord {handle} [Char] {x} [float] {y} [float] {z} [float]
{07E4:} [var leftBottomBackX: float], [var leftBottomBackY: float], [var leftBottomBackZ: float], [var rightTopFrontX: float], [var rightTopFrontY: float], [var rightTopFrontZ: float] = get_model_dimensions {modelId} [model_any]
{07E5:} [var handle: DecisionMakerChar] = copy_char_decision_maker {maskOrOtherHandle} [DecisionMakerChar]
{07E5:} [var handle: DecisionMakerChar] = copy_char_decision_maker {handleOrTemplate} [DecisionMakerCharTemplate]
{07E6:} [var handle: DecisionMakerGroup] = copy_group_decision_maker {mask} [int]
{07E7:} task_drive_point_route_advanced {char} [Char] {vehicle} [Car] {speed} [float] {driveStyle} [DriveMode] {modelId} [model_vehicle] {drivingStyle} [DrivingMode]
{07E8:} is_relationship_set {relationshipType} [RelationshipType] {ofPedType} [PedType] {toPedType} [PedType]
Expand Down Expand Up @@ -1431,7 +1431,7 @@
{0975:} is_emergency_services_vehicle [Car]
{0976:} kill_fx_system_now [Particle]
{0977:} is_object_within_brain_activation_range [Object]
{0978:} [var handle: DecisionMakerChar] = copy_shared_char_decision_maker {mask} [int]
{0978:} [var handle: DecisionMakerChar] = copy_shared_char_decision_maker {template} [DecisionMakerCharTemplate]
{097A:} report_mission_audio_event_at_position {x} [float] {y} [float] {z} [float] {soundId} [ScriptSound]
{097B:} report_mission_audio_event_at_object {handle} [Object] {soundId} [ScriptSound]
{097C:} attach_mission_audio_to_object {slotId} [MissionAudioSlot] {handle} [Object]
Expand Down
Loading

0 comments on commit 13793a7

Please sign in to comment.