Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Need help with a 'for' loop
Post: RE: Need help with a 'for' loop

(05-31-2015, 11:56 PM)Daemian Wrote: Try one of those lines outside the loop.That doesn't work either. Edit: I'm a retard. I used the wrong function. The right one is: SetLampLit(string& asNam...
Kullin1337 Development Support 4 3,214 06-01-2015, 11:20 AM
    Thread: Need help with a 'for' loop
Post: RE: Need help with a 'for' loop

(05-27-2015, 10:04 AM)Mudbill Wrote: First check to make sure the collision event is actually ran. Now, why does the for-loop count down from 9 to 0 instead of up from 0 to 9? Also, why is the las...
Kullin1337 Development Support 4 3,214 05-31-2015, 03:58 PM
    Thread: Need help with a 'for' loop
Post: Need help with a 'for' loop

Hi, so I have a 'for' loop that won't work. It doesn't give me errors, but when I walk into the area nothing happens. Here's the code: { AddEntityCollideCallback("Player", "Lights_Fade_area", "Lig...
Kullin1337 Development Support 4 3,214 05-27-2015, 09:46 AM
    Thread: How do I use classes?
Post: RE: How do I use classes?

(04-21-2015, 01:11 PM)Mudbill Wrote: From what I've picked up, yes, you'd be able to use more C++ like features like #include to call external files. I never looked much into this myself either thou...
Kullin1337 Development Support 15 9,014 04-21-2015, 03:27 PM
    Thread: How do I use classes?
Post: RE: How do I use classes?

(04-20-2015, 09:20 PM)Mudbill Wrote: (04-20-2015, 05:06 PM)FlawlessHappiness Wrote: To me, this sounds like when I make up my own functions. Now I've never used classes, so eh... Yes, it's essent...
Kullin1337 Development Support 15 9,014 04-21-2015, 11:52 AM
    Thread: How do I use classes?
Post: RE: How do I use classes?

(04-20-2015, 04:20 PM)Mudbill Wrote: I might be wrong, but from my impression, C++ does not use classes. It is not an object-oriented language, and I don't expect AngelScript to be either, as it's b...
Kullin1337 Development Support 15 9,014 04-20-2015, 04:41 PM
    Thread: How do I use classes?
Post: RE: How do I use classes?

(04-20-2015, 12:28 PM)FlawlessHappiness Wrote: (04-20-2015, 12:21 PM)Kullin1337 Wrote: Hi, I just read this and I wonder something. How do I use classes? I need to use it for a project in school. ...
Kullin1337 Development Support 15 9,014 04-20-2015, 12:32 PM
    Thread: How do I use classes?
Post: How do I use classes?

Hi, I just read this and I wonder something. How do I use classes? I need to use it for a project in school.
Kullin1337 Development Support 15 9,014 04-20-2015, 12:21 PM