M&B: Bannerlord 1.0.0
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.Library.Vec2i Struct Reference

Inherits IEquatable< Vec2i >.

Public Member Functions

 Vec2i (int x=0, int y=0)
 
override bool Equals (object obj)
 
bool Equals (Vec2i value)
 
override int GetHashCode ()
 

Static Public Member Functions

static bool operator== (Vec2i a, Vec2i b)
 
static bool operator!= (Vec2i a, Vec2i b)
 

Public Attributes

int X
 
int Y
 

Properties

int Item1 [get]
 
int Item2 [get]
 

Constructor & Destructor Documentation

◆ Vec2i()

TaleWorlds.Library.Vec2i.Vec2i ( int  x = 0,
int  y = 0 
)

Member Function Documentation

◆ operator==()

static bool TaleWorlds.Library.Vec2i.operator== ( Vec2i  a,
Vec2i  b 
)
static

◆ operator!=()

static bool TaleWorlds.Library.Vec2i.operator!= ( Vec2i  a,
Vec2i  b 
)
static

◆ Equals() [1/2]

override bool TaleWorlds.Library.Vec2i.Equals ( object  obj)

◆ Equals() [2/2]

bool TaleWorlds.Library.Vec2i.Equals ( Vec2i  value)

◆ GetHashCode()

override int TaleWorlds.Library.Vec2i.GetHashCode ( )

Member Data Documentation

◆ X

int TaleWorlds.Library.Vec2i.X

◆ Y

int TaleWorlds.Library.Vec2i.Y

Property Documentation

◆ Item1

int TaleWorlds.Library.Vec2i.Item1
get

◆ Item2

int TaleWorlds.Library.Vec2i.Item2
get