JASS: Method Interfaces: The Basics & Type IDs

Magentix

if (OP.statement == false) postCount++;
Reaction score
107
Exactly.

Although that's method basics though :eek:


JASS:

struct SomeStruct
    real r = 0.

    method sayReal takes nothing returns nothing
        call BJDebugMsg(R2S(.r))
    endmethod
endstruct

// This sets the real to something other than 0.
// and then BJDebugMsg-shows that real.
function SaySomeReals takes nothing returns nothing
    local SomeStruct S = SomeStruct.create()

    set S.r = GetRandomReal(0.,100.)
    call S.sayReal()
endfunction
 

cr4xzZz

Also known as azwraith_ftL.
Reaction score
51
> Once you get the hang of it, you'll love it...
That happened to me when I learned structs xD I couldn't stop making spells with structs.

Great tutorial. I really liked the example with the marbles ^^ Though I still can't fully understand the usage of interfaces... But I guess that will come in time when I get more experience in vJASS :D

+rep :thup:
EDIT: Eh, maybe when I can again. Must spread some first... Sry :/
 

Magentix

if (OP.statement == false) postCount++;
Reaction score
107
Great tutorial. I really liked the example with the marbles ^^

I was actually trying to write it with beer as an example, but when trying to figure out action with beer could be used as an example method, I got thirsty.

So then I went with good 'ole, non-thirst-invoking, marbles.
 

Andrewgosu

The Silent Pandaren Helper
Reaction score
716
Well, this has to be one of the most explanatory and detailed tutorial about interfaces and struct extensions. I have nothing bad to say.

I will let this get some more feedback before approving.
 

Magentix

if (OP.statement == false) postCount++;
Reaction score
107
Well, this has to be one of the most explanatory and detailed tutorial about interfaces and struct extensions. I have nothing bad to say.

I will let this get some more feedback before approving.

Muchos <3
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top