Actor:player
This commit is contained in:
@@ -65,6 +65,10 @@ function Actor:hide_if(b)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function Actor:player(p)
|
||||||
|
self:hide_if( not GAMESTATE:IsHumanPlayer(p) )
|
||||||
|
end
|
||||||
|
|
||||||
function ActorFrame:propagatecommand( cmd )
|
function ActorFrame:propagatecommand( cmd )
|
||||||
self:propagate(1);
|
self:propagate(1);
|
||||||
self:playcommand(cmd);
|
self:playcommand(cmd);
|
||||||
|
|||||||
Reference in New Issue
Block a user