VN_fnc_traps_flare_tripwire

From Savage Game Design Wiki
Revision as of 20:50, 9 May 2022 by Slow (talk | contribs) (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= vn_traps_functions |d= <pre>Animates flare trip wire trap after it is set off.</pre> |s= [] call VN_fnc_traps_fla...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
← back to Functions Introduced in S.O.G. Prairie Fire v1.00
by Ethan Johnson
Argument(s): n/a
Effect(s): unknown

Description

Animates flare trip wire trap after it is set off.

Syntax

Syntax
[] call VN_fnc_traps_flare_tripwire;
Parameters
_object: Object - (Optional, default OBJNULL) Trap object
_owner: Object - (Optional, default OBJNULL) Unit who placed trap
UNKNOWN
_position: Array - (Optional, default [0,0,0]) Mine position
Return value
Boolean - Function reached the end

Examples

Example 1
AmmoHit = "_this call vn_fnc_traps_flare_tripwire;";