kmcurry / bwjs

Bridgeworks for JavaScript
MIT License
0 stars 0 forks source link

Port Command Trigger #24

Closed kmcurry closed 10 years ago

kmcurry commented 10 years ago

CommandMgr.js needs: createCommand & createAttribute ported from CommandMgr.cpp

CommandMgr.prototype.createCommandTrigger(command, attribute) {

}

CommandMgr.prototype.createAttribute(attribute, value) {

}

kmcurry commented 10 years ago

@Hyiero

Hyiero commented 10 years ago

This has been ported over successfully

kmcurry commented 10 years ago

:thumbsup: