VN_fnc_artillery_message

From Savage Game Design Wiki
Revision as of 21:55, 26 April 2022 by Slow (talk | contribs) (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= artillery_functions |d= <pre>Artillery message function which plays a message in side chat for the player.</pre> |...")
(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

Artillery message function which plays a message in side chat for the player.

Syntax

Syntax
[_type,_id,_unit] call VN_fnc_artillery_message;
Parameters
_type: String - (Optional, default "") Artillery type
_id: String - (Optional, default "") ID/Group name
_unit: Object - (Optional, default OBJNULL) Unit calling in the request
Return value
Boolean - Function reached the end.