Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator>=()
[1/3]
static
bool
System.TimeOnly.operator>=
(
TimeOnly
left
,
TimeOnly
right
)
inline
static
Definition at line
146
of file
TimeOnly.cs
.
147
{
148
return
left._ticks >= right._ticks;
149
}
References
System.TimeOnly._ticks
.
System
TimeOnly
Generated by
1.10.0