Difference between revisions of "VN ms fnc addTeleportAction"
Jump to navigation
Jump to search
vn>Unknown user m (Generated by LM_exportFunctionsToWiki.sqf) |
Lou Montana (talk | contribs) m (Text replacement - "[[vn_" to "[[VN_") |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | |||
{{Function | {{Function | ||
|v= 1.00 | |v= 1.00 | ||
| − | | | + | |author= Wyqer, veteran29 |
| + | |||
| + | |a= global | ||
| − | |e= | + | |e= local |
|g1= general | |g1= general | ||
| − | |d= | + | |d= Adds action to teleport action caller to his group leader - uses [[VN_ms_fnc_aoTeleport]]. |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | + | |s= [gate] call [[VN_ms_fnc_addTeleportAction]] | |
| − | |||
| − | + | |p1n= gate | |
| − | + | |p1t= object | |
| − | + | |p1d= teleportation object | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |p1n= | ||
| − | |p1t= | ||
| − | |p1d= | ||
|p1v= | |p1v= | ||
| Line 38: | Line 25: | ||
|p2v= | |p2v= | ||
| − | |r1t= | + | |r1t= boolean |
| − | |r1d= | + | |r1d= function's success |
| + | |||
| + | |x1= <code>[sogFlag] call [[VN_ms_fnc_addTeleportAction]];</code> | ||
| − | | | + | |x2= <code>[{{Biki|player}}] call [[VN_ms_fnc_addTeleportAction]];</code> |
}} | }} | ||
Latest revision as of 17:36, 23 February 2021
| ← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by Wyqer, veteran29 |
|
Description
Adds action to teleport action caller to his group leader - uses VN_ms_fnc_aoTeleport.
Syntax
- Syntax
- [gate] call VN_ms_fnc_addTeleportAction
- Parameters
- gate: Object - teleportation object
- Return value
- Boolean - function's success
Examples
- Example 1
[sogFlag] call VN_ms_fnc_addTeleportAction;- Example 2
[player] call VN_ms_fnc_addTeleportAction;