get3DENGrid: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "{{GameCategory|arma3|New Scripting Commands}} {{GameCategory|arma3|Scripting Commands}} {{uc:{{PAGENAME}}}}" to "") |
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *N([a-z ])" to "$1 - n$2") |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
|arma3 | |game1= arma3 | ||
|version1= 1.56 | |||
| | |gr1= Eden Editor | ||
| | |descr= Returns the grid increment for the given transformation type. | ||
|s1= [[get3DENGrid]] type | |||
| | |p1= type: [[String]] - name of transformation type. Can be: | ||
* {{hl|"r"}} - Rotation | |||
* | * {{hl|"t"}} - Translation | ||
* | * {{hl|"s"}} - Scale | ||
* | |||
| | |r1= [[Number]] | ||
|x1= < | |x1= <sqf>_currentIncrement = get3DENGrid "t";</sqf> | ||
| | |seealso= [[set3DENGrid]] | ||
[[set3DENGrid | |||
}} | }} |
Latest revision as of 15:39, 8 November 2023
Description
- Description:
- Returns the grid increment for the given transformation type.
- Groups:
- Eden Editor
Syntax
- Syntax:
- get3DENGrid type
- Parameters:
- type: String - name of transformation type. Can be:
- "r" - Rotation
- "t" - Translation
- "s" - Scale
- Return Value:
- Number
Examples
- Example 1:
Additional Information
- See also:
- set3DENGrid
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