• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

bounds

  1. ANdROnIQ

    SetCameraBounds + camera rotation bug

    So, today I came up with this crash function: function Crash takes nothing returns nothing call SetCameraField(CAMERA_FIELD_ROTATION, GetRandomReal(240, 300), 0.00) call SetCameraBounds(-1000, -1000, -1000, 1000, 1000, 1000, 1000, -1000) // just any bounds, even GetWorldBounds()...
  2. AGD

    Bound Coordinates

    Bound Coordinates v1.01 This simple snippet helps you implement map boundary with convenience when setting units' coordinates. It helps in other cases as well. Script library BoundCoordinates /*v1.01 */requires WorldBounds/* -...
Top