About Store Forum Documentation Contact



Post Reply 
EE Classes
Author Message
laugan Offline
Member

Post: #1
EE Classes
Hi, Esenthel!

I'm sorry if this topic already was created (i didn't find it, if it exists you can scold me and show its link smile ).

I've got a small question about .cpp resources in store, when i get them, what is the best way to change something in it? To create my own class (based on EE::Game::Chr for example) and override functions that i need? or there is another way?

Thanks in advance!
09-30-2012 05:52 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: EE Classes
You can override the functions or you can completely modify provided sources.
but rename the classes, so it's not Game::Item anymore but Item for example.
10-01-2012 12:02 PM
Find all posts by this user Quote this message in a reply
laugan Offline
Member

Post: #3
RE: EE Classes
got it, thank you!
10-01-2012 01:30 PM
Find all posts by this user Quote this message in a reply
Post Reply