~~NOTOC~~
<=[[4rpl:start| Index]]
* [[4rpl:commands:GetDecalSize|Get]]
* [[4rpl:commands:SetDecalSize|Set]]
====== GetDecalSize ======
GetDecalSize(<-decal) ->size
===== Description =====
Gets the Size (V2) of a decal. A decal is specified by its ID (shown in the decal editor pane).
===== Examples =====
GetDecalSize(<-decalID) ->size
printallsp(<-size.x <-size.y)
<=[[4rpl:start| Index]]