How to assign an action to an object that in level with C++

Posted By: LightLee

How to assign an action to an object that in level with C++ - 03/24/09 14:17

I want to assign an action to an entity(like:"mdl" "hmp"format) in a level (the "wmb" format) with VC++.But I do not know how to do. Anyone can help me? Thanks!
Posted By: pararealist

Re: How to assign an action to an object that in level with C++ - 03/26/09 09:58

I think object->event = (EVENT)yourfunction;
if you name it void yourfunction()
© 2023 lite-C Forums