Could you tell me, how can i declare my function parameters in "C++" code?
Code: Select all
if (gEnv->pFlashUI)
{
IUIElement *playerInterface = gEnv->pFlashUI->GetUIElement("Player_interface");
if (playerInterface)
{
playerInterface->CallFunction("addToBag");
}
}