PlaneShift
Development => Development Deliberation => Topic started by: isreal on January 15, 2006, 01:00:04 pm
-
I mean during run-time, how can I use code to get the selected object?
Thanks a lot!
-
You can use:
GEMClientObject * psClientCharManager::GetTarget()
Example:
psengine->GetCharManager()->GetTarget()
-
I see. Thanks a lot! :)