TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ PlayerHeadOffset

int Terraria.Mount.PlayerHeadOffset
get

Definition at line 392 of file Mount.cs.

393 {
394 get
395 {
396 if (!_active)
397 {
398 return 0;
399 }
400 return _data.playerHeadOffset;
401 }
402 }
bool _active
Definition Mount.cs:334
MountData _data
Definition Mount.cs:290