native CreateCommandButtonEffect

Status
Not open for further replies.
Level 5
Joined
Jun 7, 2012
Messages
66
Does someone know the correct way of using these?
More specifically, what should I put as "string order"?

JASS:
native CreateCommandButtonEffect                   takes integer abilityId, string order returns commandbuttoneffect
native CreateUpgradeCommandButtonEffect            takes integer whichUprgade returns commandbuttoneffect
native CreateLearnCommandButtonEffect              takes integer abilityId returns commandbuttoneffect
native DestroyCommandButtonEffect                  takes commandbuttoneffect whichEffect returns nothing
 
Status
Not open for further replies.
Top