bart1234
Member
|
esenthel mmo GUI
he someone i know in real life has esenthel source and he let me take a look ad it but i was wondering about the syntax.
Bool visible()
{
if(::Window *window=findWindow(CNULL))return !window->hiding();
return false;
}
i was wondering what this CNULL stands for en what it does.
sorry for this rediculous question i hope someone can find the time to explain it to me.
thx alot for your time.
Bart Hertman
|
|
09-26-2011 08:43 AM |
|
Dynad
Member
|
RE: esenthel mmo GUI
The CNULL stands for that the gui object has no name, you can check it in the gui editor.
There is always evil somewhere, you just have to look for it properly.
|
|
09-26-2011 09:40 AM |
|
alkirah
Member
|
RE: esenthel mmo GUI
basicly CNULL == ""
now named S
(This post was last modified: 10-17-2011 08:32 PM by alkirah.)
|
|
10-17-2011 08:32 PM |
|