surfaceTexture: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 6: | Line 6: | ||
|gr1= Positions | |gr1= Positions | ||
|descr= Same as [[surfaceType]], but returns texture path to ground texture as string. {{Feature | | |descr= Same as [[surfaceType]], but returns texture path to ground texture as string. | ||
{{Feature|informative|The texture returned is of the ground, even if there is a road at that position. To get road texture use [[getRoadInfo]] command.}} | |||
|s1= [[surfaceTexture]] position | |s1= [[surfaceTexture]] position | ||
Line 14: | Line 15: | ||
|r1= [[String]] | |r1= [[String]] | ||
|x1= < | |x1= <sqf>private _groundTexture = surfaceTexture getPosATL player;</sqf> | ||
|seealso= [[surfaceType]] [[getRoadInfo]] | |seealso= [[surfaceType]] [[getRoadInfo]] | ||
}} | }} |
Revision as of 12:10, 4 May 2022
Description
- Description:
- Same as surfaceType, but returns texture path to ground texture as string.
- Groups:
- Positions
Syntax
- Syntax:
- surfaceTexture position
- Parameters:
- position: Array - in format Position2D or Position3D in which case Z is ignored
- Return Value:
- String
Examples
- Example 1:
Additional Information
- See also:
- surfaceType getRoadInfo
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