Gamestudio Links
Zorro Links
Newest Posts
Camera always moves upwards?
by NeoDumont. 11/14/25 16:32
brokerCommand PLOT_HLINE parameters
by M_D. 11/13/25 10:42
ZorroGPT
by TipmyPip. 11/10/25 11:04
Training with the R bridge does not work
by frutza. 11/05/25 00:46
Zorro 2.70
by opm. 10/24/25 03:44
Alpaca Plugin v1.4.0
by TipmyPip. 10/20/25 18:04
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
0 registered members (), 9,259 guests, and 3 spiders.
Key: Admin, Global Mod, Mod
Newest Members
tritom, sheliepaley, Blueguy, blobplayintennis, someone2
19178 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
the c_ignore's parameters is integer in fact? #382012
09/03/11 11:05
09/03/11 11:05
Joined: Jan 2011
Posts: 122
GUILIN , CHINA
tzw Offline OP
Member
tzw  Offline OP
Member

Joined: Jan 2011
Posts: 122
GUILIN , CHINA
i use engine SDK vsiual studio cpp 2010, my codes like this:
c_ignore(_VAR(1),_VAR(0));
c_trace(XXXXXXX);
it didn't return a correct result.
but when i simplly use:
c_ignore(1,0);
c_trace(XXXXXXXX);
it's work fine.
so is the c_ignore parameters is integer in fact?


Full of my eyes are class struggles.....
Re: the c_ignore's parameters is integer in fact? [Re: tzw] #382146
09/05/11 08:00
09/05/11 08:00
Joined: Jul 2000
Posts: 28,029
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,029
Frankfurt
No, it's var, but your first line didn't work because the group must be higher than 1 - this restriction will be removed in the next update, as I see no reason for it. Your second call worked only because some functions, including c_ignore, can automatically detect if they get var or int parameters.


Moderated by  old_bill, Tobias 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1