Vn_ms_fnc_addRopeAttachEH

From Savage Game Design Wiki
Jump to navigation Jump to search
← back to Functions Introduced in S.O.G. Prairie Fire v1.00
by Wyqer, veteran29
Argument(s): n/a
Effect(s): unknown

Description

Adds event handler to given object to ensure same locality for slingloaded cargo.

Syntax

Syntax
[_obj] call vn_ms_fnc_addRopeAttachEH;
Parameters
_obj: Object - (Optional, default objNull) Object to add the EH for.
Return value
Boolean - Function reached the end.

Examples

Example 1
[vn_veh_kingbee] call vn_ms_fnc_addRopeAttachEH;