Skip to content

Commit

Permalink
add lua access to actor GetTrueRotationZ
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Aug 19, 2020
1 parent f46f3b3 commit c474a89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Etterna/Actor/Base/Actor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2678,6 +2678,7 @@ class LunaActor : public Luna<Actor>
DEFINE_METHOD(GetTrueX, GetTrueX());
DEFINE_METHOD(GetTrueY, GetTrueY());
DEFINE_METHOD(GetTrueZoom, GetTrueZoom());
DEFINE_METHOD(GetTrueRotationZ, GetTrueRotationZ());
DEFINE_METHOD(IsVisible, IsVisible());
LunaActor()
{
Expand Down Expand Up @@ -2858,6 +2859,7 @@ class LunaActor : public Luna<Actor>
ADD_METHOD(GetTrueX);
ADD_METHOD(GetTrueY);
ADD_METHOD(GetTrueZoom);
ADD_METHOD(GetTrueRotationZ);
ADD_METHOD(IsVisible);
ADD_METHOD(IsOver);
}
Expand Down

0 comments on commit c474a89

Please sign in to comment.