Results 1 to 7 of 7

Thread: Meaning 2

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Private Mariusz's Avatar
    Join Date
    Sep 2017
    Posts
    67
    Thanks
    8
    Thanked 43 Times in 43 Posts

    Meaning 2

    What does this i < 15 mean?

    randombox(weap)
    {
    weap hide();
    o = weap.origin;
    cost = 800;

    // init set of weapons in this randombox
    self.weapons = [];
    self.weaponsModel = [];

    for(i = 0; i < 15; i++) {
    for(i = 0; i < 10; i++) {
    for(i = 0; i < 3; i++) {
    for(i = 0; i < 2; i++) {
    for(i = 0; i < 1; i++) {

  2. The Following User Says Thank You to Mariusz For This Useful Post:

    kubislav23 (12th March 2018)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •