Added ForceStateUpdate and SetDecodeMovie to AMV. Fixed SetStateProperties and SetQuadState off by one errors. Added size lua functions to RageTexture. Added GetBGChanges to Song.
This commit is contained in:
@@ -108,6 +108,12 @@ public:
|
||||
p->Reload();
|
||||
COMMON_RETURN_SELF;
|
||||
}
|
||||
DEFINE_METHOD(GetSourceWidth, GetSourceWidth());
|
||||
DEFINE_METHOD(GetSourceHeight, GetSourceHeight());
|
||||
DEFINE_METHOD(GetTextureWidth, GetTextureWidth());
|
||||
DEFINE_METHOD(GetTextureHeight, GetTextureHeight());
|
||||
DEFINE_METHOD(GetImageWidth, GetImageWidth());
|
||||
DEFINE_METHOD(GetImageHeight, GetImageHeight());
|
||||
|
||||
LunaRageTexture()
|
||||
{
|
||||
@@ -117,6 +123,12 @@ public:
|
||||
ADD_METHOD( GetTextureCoordRect );
|
||||
ADD_METHOD( GetNumFrames );
|
||||
ADD_METHOD( Reload );
|
||||
ADD_METHOD(GetSourceWidth);
|
||||
ADD_METHOD(GetSourceHeight);
|
||||
ADD_METHOD(GetTextureWidth);
|
||||
ADD_METHOD(GetTextureHeight);
|
||||
ADD_METHOD(GetImageWidth);
|
||||
ADD_METHOD(GetImageHeight);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user