app
/
org.powbot.api.rt4
/
OldLocalPath
/
Node
Node
class
Node
(x:
Int
, y:
Int
, flag:
Int
)
Content copied to clipboard
Functions
Properties
Functions
equals
Link copied to clipboard
open operator override fun
equals
(o:
Any
?):
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
open override fun
hashCode
():
Int
Content copied to clipboard
to
String
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Properties
flag
Link copied to clipboard
val
flag
:
Int
Content copied to clipboard
g
Link copied to clipboard
var
g
:
Int
Content copied to clipboard
parent
Link copied to clipboard
var
parent
:
OldLocalPath.Node
? = null
Content copied to clipboard
x
Link copied to clipboard
val
x
:
Int
Content copied to clipboard
y
Link copied to clipboard
val
y
:
Int
Content copied to clipboard