View previous topic :: View next topic |
Author |
Message |
nik992
Joined: 06 Sep 2012 Posts: 2
|
|
Back to top |
|
|
virusman
Joined: 30 Jan 2005 Posts: 1020 Location: Russia
|
Posted: Thu Sep 06, 2012 22:44 Post subject: |
|
|
CNWS* are NWServer objects: the names of classes and methods are taken from NWServer symbols, they're embedded in the executable. _________________ In Soviet Russia, NWN plays you! |
|
Back to top |
|
|
nik992
Joined: 06 Sep 2012 Posts: 2
|
Posted: Thu Sep 06, 2012 23:19 Post subject: |
|
|
thank you, is there a way to see an extracted list of them or some way to see them in the executable?
i am slowly understanding code like this
if (finesse &&
weapon->it_baseitem < NWNX_WEAPONS_BASE_ITEM_TABLE_SIZE &&
Table_WeaponFinesseSize[weapon->it_baseitem] > 0 &&
info->cs_original->cre_size >= Table_WeaponFinesseSize[weapon->it_baseitem])
return true;
but then i see cs_original, CNWS and get confused when i can not find what the definition is
but thank you again! |
|
Back to top |
|
|
|