BIS fnc registerCuratorObject: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\{\{( *)Important( *)\|" to "{{$1Feature$2|$2important$2|") |
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *O([a-z ])" to "$1 - o$2") |
||
(11 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=function | {{RV|type=function | ||
| arma3 | |game1= arma3 | ||
|version1= 1.16 | |||
| | |gr1= Curator | ||
| | |descr= Get individual cost of an object. | ||
{{Feature|important|This function is obsolete.}} | {{Feature|important|This function is obsolete.}} | ||
| [class, status, cost] call [[BIS_fnc_registerCuratorObject]] | |s1= [class, status, cost] call [[BIS_fnc_registerCuratorObject]] | ||
|p1= class: [[String]] - | |p1= class: [[String]] - object class | ||
|p2= status: [[Boolean]] - [[true]] to show status | |p2= status: [[Boolean]] - [[true]] to show status | ||
|p3= status: [[Number]] - | |p3= status: [[Number]] - default cost | ||
| [[Array]] in format: | |r1= [[Array]] in format: | ||
# show | |||
# cost | |||
# cost | |||
|x1= < | |x1= <sqf>["someClass", true, 5] call BIS_fnc_registerCuratorObject;</sqf> | ||
| [[Curator]] | |seealso= [[Arma 3: Curator]] | ||
}} | }} |
Latest revision as of 15:44, 8 November 2023
Description
Syntax
- Syntax:
- [class, status, cost] call BIS_fnc_registerCuratorObject
- Parameters:
- class: String - object class
- status: Boolean - true to show status
- status: Number - default cost
- Return Value:
- Array in format:
- show
- cost
- cost
Examples
- Example 1:
Additional Information
- See also:
- Arma 3: Curator
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