BIS fnc removeRespawnPosition: Difference between revisions
Jump to navigation
Jump to search
m (Generated by BIS_fnc_exportFunctionsToWiki) |
m (Created page with "{{Function|= Comments ____________________________________________________________________________________________ | arma3 |= Game name |0.50|= Game version |eff= global |= __...") |
||
Line 1: | Line 1: | ||
{{Function|= Comments | {{Function|= Comments | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 5: | Line 4: | ||
| arma3 |= Game name | | arma3 |= Game name | ||
| | |0.50|= Game version | ||
|eff= global |= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Add a respawn position added by [[BIS_fnc_addRespawnPosition]]. |= Description | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [target,id] spawn BIS_fnc_addRespawnPosition; |= Syntax | ||
|p1= |= | |p1= '''target''': [[Namespace]] or [[Side]] or [[Group]] or [[Object]]|= | ||
|p2= '''id''': [[Number]]|= | |||
| |= Return value | | [[Boolean]] |= Return value | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code><nowiki>[</nowiki>[[west]], 1] call BIS_fnc_removeRespawnPosition;</code> |= | |||
| | |x2= <code>myRespawn = <nowiki>[</nowiki>[[missionNamespace]],"arena"] call [[BIS_fnc_addRespawnPosition]]; | ||
myRespawn call BIS_fnc_removeRespawnPosition; | |||
</code> |= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| |= See also | | [[Arma 3 Respawn]] |= See also | ||
}} | }} | ||
Line 51: | Line 39: | ||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> | ||
[[Category:Arma 3:_Functions|addRespawnPosition]] | |||
[[Category: |
Revision as of 09:14, 23 June 2013
Description
- Description:
- Add a respawn position added by BIS_fnc_addRespawnPosition.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [target,id] spawn BIS_fnc_addRespawnPosition;
- Parameters:
- target: Namespace or Side or Group or Object
- id: Number
- Return Value:
- Boolean
Examples
- Example 1:
[west, 1] call BIS_fnc_removeRespawnPosition;
- Example 2:
myRespawn = [missionNamespace,"arena"] call BIS_fnc_addRespawnPosition; myRespawn call BIS_fnc_removeRespawnPosition;
Additional Information
- See also:
- Arma 3 Respawn
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note