VN_fnc_artillery_message

From Savage Game Design Wiki
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.