set3DENGrid: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " | }}" to " }}") |
m (formatting) |
||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
|arma3 | |game1= arma3 | ||
|1.56 | |version1= 1.56 | ||
|gr1= Eden Editor | |gr1= Eden Editor | ||
| Sets the grid increment for the given transformation type. | |descr= Sets the grid increment for the given transformation type. | ||
| '''set3DENGrid''' [type,value | |s1= '''set3DENGrid''' [type, value] | ||
| | |p1= type: [[String]] - Name of transformation. Can be: | ||
* "r" - Rotation | |||
* "t" - Translation | |||
* "s" - Scale | |||
| | |p2= value: [[Number]] - Transformation increment | ||
|r1= [[Nothing]] | |||
[[ | |||
[[ | |||
|x1= <code>[[set3DENGrid]] ["t",100]; {{cc|100m movement increment}}</code> | |||
|seealso= [[get3DENGrid]] | |||
}} | |||
[[ |
Revision as of 01:51, 27 March 2021
Description
- Description:
- Sets the grid increment for the given transformation type.
- Groups:
- Eden Editor
Syntax
- Syntax:
- set3DENGrid [type, value]
- Parameters:
- type: String - Name of transformation. Can be:
- "r" - Rotation
- "t" - Translation
- "s" - Scale
- value: Number - Transformation increment
- Return Value:
- Nothing
Examples
- Example 1:
set3DENGrid ["t",100]; // 100m movement increment
Additional Information
- See also:
- get3DENGrid
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