Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: Nuke on June 21, 2004, 02:15:48 am
-
would it be hard to add block commet capability to ships tables, that way i can disable portions of the tablles without commenting out every line? it would make mod troubleshooting abit easyer.
-
One of the recent builds does modular tables. Surely that's much better :D
-
Reading the code, it looks like this is already implemented. Have you tried using /* and */ like this?
/* I'm a little block comment, short and stout. This is my start point,
this is my end. */
-
thats how you do block comments in c but i want to have something similar to use in tables, this is just to aid in mod development.
-
That's what I mean, you should be able to use /* and */ in tables.
-
WMCoolmon is right, everything between /* and */ in a table is considered a comment and ignored.
-
oh goodie, thanks :D
-
Hmmm... convienient...
-
*Wonders how long this has been in there. :p*
-
Originally posted by WMCoolmon
*Wonders how long this has been in there. :p*
*Thinks back to porting FS1 two years ago and getting the original tables to work. Remembers same comment blocks there as well.*
I'd have to say: "A good long while." :lol: