~~NOTOC~~
<=[[4rpl:start| Index]]
* [[4rpl:commands:GetCanMoveUnits|Get]]
* [[4rpl:commands:SetCanMoveUnits|Set]]
====== GetCanMoveUnits ======
GetCanMoveUnits ->canMoveUnits
===== Description =====
Returns a boolean indicating if the player can move units
===== Examples =====
if (GetCanMoveUnits)
Print("The Player can move units")
endif
<=[[4rpl:start| Index]]