VN_fnc_remoteSay3D
← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by TeTeT |
|
Description
Executes say3D on all systems.
Syntax
- Syntax
- [object, sound] call VN_fnc_remoteSay3D
- Parameters
- object: Object - sound source
- sound: String
- Return value
- String - always
""
from remoteExec usage
Examples
- Example 1
[player, "holdFire"] call VN_fnc_remoteSay3D; // identical to syntax
player say3D "holdFire"