Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
AGS: Re-add accidentally removed Object::get_Solid export
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Jul 31, 2021
1 parent 79defb2 commit 5ad9352
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/ags/engine/ac/object.cpp
Expand Up @@ -906,6 +906,7 @@ void RegisterObjectAPI() {
ccAddExternalObjectFunction("Object::get_Name", Sc_Object_GetName_New);
ccAddExternalObjectFunction("Object::get_Scaling", Sc_Object_GetScaling);
ccAddExternalObjectFunction("Object::set_Scaling", Sc_Object_SetScaling);
ccAddExternalObjectFunction("Object::get_Solid", Sc_Object_GetSolid);
ccAddExternalObjectFunction("Object::set_Solid", Sc_Object_SetSolid);
ccAddExternalObjectFunction("Object::get_Transparency", Sc_Object_GetTransparency);
ccAddExternalObjectFunction("Object::set_Transparency", Sc_Object_SetTransparency);
Expand Down

0 comments on commit 5ad9352

Please sign in to comment.