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

◆ IsNull

bool System.TypedReference.IsNull
getpackage

Definition at line 16 of file TypedReference.cs.

17 {
18 get
19 {
20 if (Unsafe.IsNullRef(ref _value.Value))
21 {
22 return _type == IntPtr.Zero;
23 }
24 return false;
25 }
26 }
readonly IntPtr _type
readonly ByReference< byte > _value