Runes of Magic Wiki
Advertisement

Called when the AccountBagFrame frame is shown.

AccountBagFrame_OnShow(this)

Parameters[ | ]

Arguments[ | ]

this
String - uses self frame name, "AccountBagFrame"

Returns[ | ]

nil

Example[ | ]

AccountBagFrame_OnShow("AccountBagFrame")

Related Functions[ | ]

Source Code[ | ]

function AccountBagFrame_OnShow(this)
	OpenAccountBag();
end
Advertisement