Skip to content

RemoveFromInit

cmf_3den_fnc_RemoveFromInit

Description

Description: Removes a line to a 3den entity's init.
Execution: Call
Groups: 3DEN

Syntax

Syntax: [entity, line] call cmf_3den_fnc_removeFromInit
Parameters: entity: Object - 3DEn Entity.
line: String - Line to remove.
Return Value: Boolean - Success of deletion.

Examples

Example 1:
[_entity_, "this allowDamage false"] call cmf_3den_fnc_removeFromInit;

Additional Information

N/A

Notes

Report bugs on the Issue Tracker and/or discuss them on the Cluster Community Discord .
Only post proven facts here!

Add Note