BIS fnc showCuratorFeedbackMessage: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl> " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("server" o...) |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
| arma3 | | arma3 | ||
|1.16 | |1.16 | ||
|gr1 = Curator | |gr1 = Curator | ||
| Show feedback message when illegal operation is attempted in curator interface.<br> | | Show feedback message when illegal operation is attempted in curator interface.<br> | ||
Line 43: | Line 43: | ||
'''Syncing''' | '''Syncing''' | ||
* '''609''': At least one AI unit has to be present in synchronization | * '''609''': At least one AI unit has to be present in synchronization | ||
* '''610''': Cannot change player side (typo: ''"changle"'') | * '''610''': Cannot change player side (typo: ''"changle"'') | ||
| [curator, messageInfo] call [[BIS_fnc_showCuratorFeedbackMessage]]; | | [curator, messageInfo] call [[BIS_fnc_showCuratorFeedbackMessage]]; | ||
|p1= curator: [[Object]] - ''not used'' | |p1= curator: [[Object]] - ''not used'' | ||
|p2= messageInfo: [[Number]] or [[String]] - error ID, or text message to be displayed | |p2= messageInfo: [[Number]] or [[String]] - error ID, or text message to be displayed | ||
| [[Boolean]] - [[true]] when done | | [[Boolean]] - [[true]] when done | ||
|x1= <code><nowiki>[</nowiki>[[objNull]], 404] [[call]] [[BIS_fnc_showCuratorFeedbackMessage]];</code> | |x1= <code><nowiki>[</nowiki>[[objNull]], 404] [[call]] [[BIS_fnc_showCuratorFeedbackMessage]];</code> | ||
|x2= <code><nowiki>[</nowiki>[[objNull]], "You can't do that!"] [[call]] [[BIS_fnc_showCuratorFeedbackMessage]];</code> | |x2= <code><nowiki>[</nowiki>[[objNull]], "You can't do that!"] [[call]] [[BIS_fnc_showCuratorFeedbackMessage]];</code> | ||
| [[BIS_fnc_curatorHint]] | | [[BIS_fnc_curatorHint]] | ||
}} | }} | ||
Revision as of 23:47, 17 January 2021
Description
- Description:
- Show feedback message when illegal operation is attempted in curator interface.
Interface- 000: Cannot exit Zeus interface
- 003: Cannot move camera outside the camera area
- 101: Placing objects is not available
- 102: Insufficient resources
- 103: Selected position is not in an editing area
- 201: Placing waypoints is not available
- 206: No objects, groups or waypoints selected
- 301: Editing entities is not available
- 303: Selected position is not inside editing area
- 304: One of the selected entities is not in an editing area
- 307: Players cannot be edited
- 308: The vehicle is full
- 401: Deleting entities is not available
- 404: One of the selected objects is not in an editing area
- 405: One of selected vehicles has non-editable crew in it
- 407: Players cannot be deleted
- 501: Destroying entities is not available
- 504: One of the selected objects is not in an editing area
- 505: One of the selected vehicles has non-editable crew in it
- 506: No objects selected
- 507: Players cannot be destroyed
- 609: At least one AI unit has to be present in synchronization
- 610: Cannot change player side (typo: "changle")
- Execution:
- call
- Groups:
- Curator
Syntax
- Syntax:
- [curator, messageInfo] call BIS_fnc_showCuratorFeedbackMessage;
- Parameters:
- curator: Object - not used
- messageInfo: Number or String - error ID, or text message to be displayed
- Return Value:
- Boolean - true when done
Examples
- Example 1:
[objNull, 404] call BIS_fnc_showCuratorFeedbackMessage;
- Example 2:
[objNull, "You can't do that!"] call BIS_fnc_showCuratorFeedbackMessage;
Additional Information
- See also:
- BIS_fnc_curatorHint
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