• New Horizons on Maelstrom
    Maelstrom New Horizons


    Visit our website www.piratehorizons.com to quickly find download links for the newest versions of our New Horizons mods Beyond New Horizons and Maelstrom New Horizons!

New Horizons Types of Variables

  • Views Views: 812
  • Last updated Last updated:

Navigation

      Capturing Colonies
         A girl won in a card game
         Artois Voysey (Quest)
         Cargo for Thomas O'Reily
         Church Protection
         Edgar Attwood Adventures
         Escort Vigila Mendes Ship
         Hard Labors of an Assassin
         Help The Boatswain
         Help the Church
         Help the Lady
         Hire A Sailor - Rys Bloom
         Nigel Blythe (Quest)
         Patric and the Idols
         Rescue Peter Bloods Crew
         Sabine Matton
         Saga of the Blacque Family
         Saving Toff's Daughter
         Search for Peter Bloods Ship
         Silver for Cartagena
         Sink the Pirate Corvette
         Sinking The Vogelstruijs
         Smuggling for Thomas O'Reily
         The Silver Train
         Zaid Murro's Problems
      Smuggling
      Treasure Quests
         Lost Treasure on Cuba
         Lost Treasure on Guadeloupe
  • Types of variables in storm engine

    Go back to modding

    The storm engine has a couple of different variables which you can use. The different types are:
    bool: This is a True(1) or False(0) value.
    int: This is a integer value (I believe int32), this means ist a round number without decimals.
    float: This is a Floating Point value. Ist a numeric value which supports numbers with decimals
    string: This is a Piece of text stored in a variable.
    object: This is a structure where multiple strings can be stored in a treelike structure
    ref: This is a reference to an object
    aref: This is a reference to an attribute of an object.
Back
Top