1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  2. Hey Guest, is it this your first time on the forums?

    Visit the Beginner's Box

    Introduce yourself, read some of the ins and outs of the community, access to useful links and information.

    Dismiss Notice

How to get the position of an object

Discussion in 'Modding Help' started by mcrifel, Oct 16, 2016.

  1. mcrifel

    mcrifel Haxor Staff Alumni Tester
    1. MIST

    Messages:
    582
    Hey I want to know a way to find out where in the map a boulder is (so like at the pixel (10,20) ).
     
  2. Concave

    Concave Wizzy Staff Alumni Donator

    Messages:
    17
    .getPosition(); Of course you need the boulders blob, but if you are working in Boulder.as; you can simply type "this.getPosition()" in the functions onInit and onTick
     
    makmoud98 likes this.