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

◆ IsCollectible

override bool System.RuntimeType.IsCollectible
getsealed

Definition at line 1509 of file RuntimeType.cs.

1510 {
1511 get
1512 {
1513 RuntimeType type = this;
1514 return RuntimeTypeHandle.IsCollectible(new QCallTypeHandle(ref type)) != Interop.BOOL.FALSE;
1515 }
1516 }