About Store Forum Documentation Contact



Post Reply 
esenthel mmo GUI
Author Message
bart1234 Offline
Member

Post: #1
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
Find all posts by this user Quote this message in a reply
Dynad Offline
Member

Post: #2
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
Visit this user's website Find all posts by this user Quote this message in a reply
alkirah Offline
Member

Post: #3
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
Find all posts by this user Quote this message in a reply
Post Reply