Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 01C4

Opcode Database

01C4

DescriptionMarks the object as no longer needed by the script, allowing it to be deleted by the game. Also removes it from the mission cleanup list, if applicable.
Parameters (v2)1) Object handle (Integer) (INT)
Gamessa vc iii
CategoryCommon, Object
Command Name (IV)MARK_OBJECT_AS_NO_LONGER_NEEDED
San Andreas
sascm.ini01C4=1,mark_object_as_no_longer_needed %1d%
Example01C4: mark_object_as_no_longer_needed 82@(39@,16i)
Command NameMARK_OBJECT_AS_NO_LONGER_NEEDED
Vice City
sascm.ini01c4=1,remove_references_to_object %1d% ;; This object will now disappear when the player looks away
Example01C4: remove_references_to_object $2692 // This object will now disappear when the player looks away
Command NameMARK_OBJECT_AS_NO_LONGER_NEEDED
GTA III
gtascm.ini01c4=1,remove_references_to_object %1d% // This object will now disappear when the player looks away
Example01C4: remove_references_to_object $LUIGI5_POLICE_BALL_SIGN // This object will now disappear when the player looks away
Command NameMARK_OBJECT_AS_NO_LONGER_NEEDED

<< 01C3

01C5 >>