loadStatus: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " *\|= * " to " ") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| ofpr | | ofpr | ||
|1.75 | |1.75 | ||
|gr1= Weapon Pool | |gr1= Weapon Pool | ||
|gr2= Mission Information | |gr2= Mission Information | ||
| Loads object's properties from [[Objects.sav]] file in campaign directory (from entry name). | | Loads object's properties from [[Objects.sav]] file in campaign directory (from entry name). | ||
| obj '''loadStatus''' entryName | | obj '''loadStatus''' entryName | ||
|p1= obj: [[Object]] | |p1= obj: [[Object]] | ||
|p2= entryName: [[String]] | |p2= entryName: [[String]] | ||
| [[Boolean]] | | [[Boolean]] | ||
|mp= This command doesn't work in Multiplayer | |mp= This command doesn't work in Multiplayer | ||
|x1= <code>_ok = [[player]] [[loadStatus]] "playerState";</code> | |x1= <code>_ok = [[player]] [[loadStatus]] "playerState";</code> | ||
| [[saveStatus]] | | [[saveStatus]] | ||
}} | }} |
Revision as of 01:01, 18 January 2021
Description
- Description:
- Loads object's properties from Objects.sav file in campaign directory (from entry name).
- Multiplayer:
- This command doesn't work in Multiplayer
- Groups:
- Weapon PoolMission Information
Syntax
Examples
- Example 1:
_ok = player loadStatus "playerState";
Additional Information
- See also:
- saveStatus
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
Bottom Section
Categories:
- Scripting Commands
- Introduced with Operation Flashpoint: Resistance version 1.75
- Operation Flashpoint: Resistance: New Scripting Commands
- Operation Flashpoint: Resistance: Scripting Commands
- Command Group: Weapon Pool
- Command Group: Mission Information
- Scripting Commands OFP 1.99
- Scripting Commands OFP 1.96
- ArmA: Armed Assault: Scripting Commands
- Arma 2: Scripting Commands
- Arma 3: Scripting Commands
- Take On Helicopters: Scripting Commands