Difference between revisions of "VN fnc vn sniper tree init"

From Savage Game Design Wiki
Jump to navigation Jump to search
(Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= vn_functions |d= <pre>Function called when the sniper tree is initilized at mission start. Will only run once per tr...")
(No difference)

Revision as of 06:02, 28 April 2022

{{Function

|v= 1.00 |author=Ethan Johnson |a=

|e=

|g1= vn_functions

|d=

Function called when the sniper tree is initilized at mission start. Will only run once per tree.

|s= [] call VN_fnc_vn_sniper_tree_init;

|p1n=_data |p1t=ARRAY |p1d=Data array which contains the tree object |p1v=[]

|p2n=_faction |p2t=NUMBER |p2d=Side number for the units in the tree |p2v=0

|p3n=_traps |p3t=BOOL |p3d=Should the tree spawn traps around it |p3v=FALSE

|r1t=BOOL |r1d=Function reached the end

|x1= [[tree_01],0,false] call VN_fnc_sniper_tree_init }}