⇐ Index
GetDecalPosition(<-decal) ->position
Gets the position (V2) of a decal. A decal is specified by its ID (shown in the decal editor pane). The position is where the decal is on the map. The returned V2 stores the X and Z map positions in the X,Y of the vector2.
GetDecalPosition(<-decalID) ->position printallsp(<-position.x <-position.y)
⇐ Index