BIS fnc ctrlSetScale: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<code>\[\[private\]\] (_?[a-zA-Z0-9_]+) = \[([^\[]*)\] \[\[(call|spawn)\]\] \[\[(BI(N|S)_fnc_[a-zA-Z0-9_]+)\]\];?<\/code>" to "<sqf>private $1 = [$2] $3 $4;</sqf>") |
Lou Montana (talk | contribs) m (Text replacement - " |s1=[" to " |s1= [") |
||
Line 8: | Line 8: | ||
|descr= Scale a control while maintaining its centering. | |descr= Scale a control while maintaining its centering. | ||
|s1=[control,scale,time] spawn [[BIS_fnc_ctrlSetScale]] | |s1= [control,scale,time] spawn [[BIS_fnc_ctrlSetScale]] | ||
|p1= control: [[Control]] - The control which should be scaled | |p1= control: [[Control]] - The control which should be scaled |
Revision as of 23:11, 12 July 2022
Description
Syntax
- Syntax:
- [control,scale,time] spawn BIS_fnc_ctrlSetScale
- Parameters:
- control: Control - The control which should be scaled
- scale: Number - (Optional, default 1) Scale
- time: Number - (Optional, default 0) Commit time
- Return Value:
- Array - Final position
Examples
- Example 1:
Additional Information
- See also:
- ctrlCommitted ctrlSetPosition ctrlSetFade
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