Page 1 of 2 12 LastLast
Results 1 to 15 of 17
http://idgs.in/222945
  1. #1

    Join Date
    May 2009
    Location
    Indonesia
    Posts
    193
    Points
    317.90
    Thanks: 23 / 4 / 4

    Default [HELP] Jenis2 Nama Variable apda WE in JASS

    All bantuin donk, ada yang bisa cariin ga jenis2 variable yang ada d WE dalam bentuk jass?

    contoh :

    klo type unit kan "local unit" klo real "local real" klo integer "local integer" trus yang lainnya lagi apa? oh ya tipe variable buat special effect ap kk in jass?

  2. Hot Ad
  3. #2
    ranzi's Avatar
    Join Date
    Apr 2007
    Location
    Japanz (Juakarta Puanaazz)
    Posts
    625
    Points
    821.01
    Thanks: 2 / 8 / 6

    Default

    Quote Originally Posted by GulaHula View Post
    All bantuin donk, ada yang bisa cariin ga jenis2 variable yang ada d WE dalam bentuk jass?

    contoh :

    klo type unit kan "local unit" klo real "local real" klo integer "local integer" trus yang lainnya lagi apa? oh ya tipe variable buat special effect ap kk in jass?
    integer, real, boolean, item, handle, boolexpr, unit, effect, button, timer, rect, location, dialog, dan byk lagi..

  4. #3
    Section's Avatar
    Join Date
    Nov 2006
    Location
    about.me/SECTION
    Posts
    2,095
    Points
    11,041.04
    Thanks: 45 / 112 / 98

    Default

    widget,unitgroup,ubersplat, region (utk WEU), player,playergroup,string, terrain (ad tiga kalo ga salah).

    Baca selengkapnya di JassCraft. Jass editor andalan gw.

  5. #4
    SrZ]Xevirath's Avatar
    Join Date
    Feb 2007
    Location
    Dragon Palace
    Posts
    3,427
    Points
    5,090.80
    Thanks: 0 / 20 / 16

    Default

    Ini, kebetulan lagi buka2 common.j ~
    Code:
    type event              extends     handle  // a reference to an event registration
    type player             extends     handle  // a single player reference
    type widget             extends     handle  // an interactive game object with life
    type unit               extends     widget  // a single unit reference
    type destructable       extends     widget
    type item               extends     widget
    type ability            extends     handle
    type buff               extends     ability
    type force              extends     handle
    type group              extends     handle
    type trigger            extends     handle
    type triggercondition   extends     handle
    type triggeraction      extends     handle
    type timer              extends     handle
    type location           extends     handle
    type region             extends     handle
    type rect               extends     handle
    type boolexpr           extends     handle
    type sound              extends     handle
    type conditionfunc      extends     boolexpr
    type filterfunc         extends     boolexpr
    type unitpool           extends     handle
    type itempool           extends     handle
    type race               extends     handle
    type alliancetype       extends     handle
    type racepreference     extends     handle
    type gamestate          extends     handle
    type igamestate         extends     gamestate
    type fgamestate         extends     gamestate
    type playerstate        extends     handle
    type playerscore        extends     handle
    type playergameresult   extends     handle
    type unitstate          extends     handle
    type aidifficulty       extends     handle
    type eventid            extends     handle
    type gameevent          extends     eventid
    type playerevent        extends     eventid
    type playerunitevent    extends     eventid
    type unitevent          extends     eventid
    type limitop            extends     eventid
    type widgetevent        extends     eventid
    type dialogevent        extends     eventid
    type unittype           extends     handle
    type gamespeed          extends     handle
    type gamedifficulty     extends     handle
    type gametype           extends     handle
    type mapflag            extends     handle
    type mapvisibility      extends     handle
    type mapsetting         extends     handle
    type mapdensity         extends     handle
    type mapcontrol         extends     handle
    type playerslotstate    extends     handle
    type volumegroup        extends     handle
    type camerafield        extends     handle
    type camerasetup        extends     handle
    type playercolor        extends     handle
    type placement          extends     handle
    type startlocprio       extends     handle
    type raritycontrol      extends     handle
    type blendmode          extends     handle
    type texmapflags        extends     handle
    type effect             extends     handle
    type effecttype         extends     handle
    type weathereffect      extends     handle
    type terraindeformation extends     handle
    type fogstate           extends     handle
    type fogmodifier        extends     handle
    type dialog             extends     handle
    type button             extends     handle
    type quest              extends     handle
    type questitem          extends     handle
    type defeatcondition    extends     handle
    type timerdialog        extends     handle
    type leaderboard        extends     handle
    type multiboard         extends     handle
    type multiboarditem     extends     handle
    type trackable          extends     handle
    type gamecache          extends     handle
    type version            extends     handle
    type itemtype           extends     handle
    type texttag            extends     handle
    type attacktype         extends     handle
    type damagetype         extends     handle
    type weapontype         extends     handle
    type soundtype          extends     handle
    type lightning          extends     handle
    type pathingtype        extends     handle
    type image              extends     handle
    type ubersplat          extends     handle

  6. #5
    DoOs_101's Avatar
    Join Date
    Oct 2006
    Location
    Jakarta
    Posts
    2,371
    Points
    3,181.21
    Thanks: 0 / 9 / 8

    Default

    trackable cara make nya gmn ya?
    Quotes of the week:
    "He vanishes only to return as a tyrant."


  7. #6
    Section's Avatar
    Join Date
    Nov 2006
    Location
    about.me/SECTION
    Posts
    2,095
    Points
    11,041.04
    Thanks: 45 / 112 / 98

    Default

    Itu kan fungsi dewa ya... Ampe skarang masi tersegel rapi dan belum dipakai...
    Ora ngartos itu makenya gmn. Waktu itu dicoba, efek ga lag iya.

  8. #7
    SrZ]Xevirath's Avatar
    Join Date
    Feb 2007
    Location
    Dragon Palace
    Posts
    3,427
    Points
    5,090.80
    Thanks: 0 / 20 / 16

    Default

    trackable makenya ya dicreate +_+

    sayangnya nga isa didestroy
    jadi
    leakholic - -

  9. #8
    DoOs_101's Avatar
    Join Date
    Oct 2006
    Location
    Jakarta
    Posts
    2,371
    Points
    3,181.21
    Thanks: 0 / 9 / 8

    Default

    Quote Originally Posted by --Thanatos-- View Post
    trackable makenya ya dicreate +_+

    sayangnya nga isa didestroy
    jadi
    leakholic - -
    bukannya bisa dipake buat FPS?
    Quotes of the week:
    "He vanishes only to return as a tyrant."


  10. #9
    SrZ]Xevirath's Avatar
    Join Date
    Feb 2007
    Location
    Dragon Palace
    Posts
    3,427
    Points
    5,090.80
    Thanks: 0 / 20 / 16

    Default

    Iya.

    Lupa sih leak apa nga, tapi klo nga salah sih leak,

    Tapi leaknya juga cuma 1 tiap create kok, nga terlalu masalah selama nga banyak leak lain dan nga maruk createnya +_+ xD

  11. #10
    DoOs_101's Avatar
    Join Date
    Oct 2006
    Location
    Jakarta
    Posts
    2,371
    Points
    3,181.21
    Thanks: 0 / 9 / 8

    Default

    Quote Originally Posted by --Thanatos-- View Post
    Iya.

    Lupa sih leak apa nga, tapi klo nga salah sih leak,

    Tapi leaknya juga cuma 1 tiap create kok, nga terlalu masalah selama nga banyak leak lain dan nga maruk createnya +_+ xD
    Leak gk begitu mslh.

    Kyknya gk perlu cr8 bnyk, cuman cr8 buat setiap player doank. Wait... apakah trackable bisa multiplayer?
    Quotes of the week:
    "He vanishes only to return as a tyrant."


  12. #11
    SrZ]Xevirath's Avatar
    Join Date
    Feb 2007
    Location
    Dragon Palace
    Posts
    3,427
    Points
    5,090.80
    Thanks: 0 / 20 / 16

    Default

    Bisa.

  13. #12
    ranzi's Avatar
    Join Date
    Apr 2007
    Location
    Japanz (Juakarta Puanaazz)
    Posts
    625
    Points
    821.01
    Thanks: 2 / 8 / 6

    Default

    trackable buat apa fungsinya??

  14. #13
    l0git3c's Avatar
    Join Date
    Oct 2006
    Location
    England, Manchester
    Posts
    3,968
    Points
    4,650.70
    Thanks: 0 / 3 / 3

    Default

    CMIIW

    buat detect kordinat cursor mouse

  15. #14
    ranzi's Avatar
    Join Date
    Apr 2007
    Location
    Japanz (Juakarta Puanaazz)
    Posts
    625
    Points
    821.01
    Thanks: 2 / 8 / 6

    Default

    wew...jadi dia nge-return koordinat X,Y gitu??patut dicoba neh:Love:

  16. #15
    SrZ]Xevirath's Avatar
    Join Date
    Feb 2007
    Location
    Dragon Palace
    Posts
    3,427
    Points
    5,090.80
    Thanks: 0 / 20 / 16

    Default

    X,Y di map, bukan di screen loh ><

Page 1 of 2 12 LastLast

Posting Permissions

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