Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsCollectible
override
bool
System.RuntimeType.IsCollectible
get
sealed
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
}
Interop.BOOL
BOOL
Definition
Interop.cs:262
Interop
Definition
Interop.cs:6
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.RuntimeType.RuntimeType
RuntimeType()
Definition
RuntimeType.cs:2088
System.ExceptionArgument.type
@ type
System.Runtime.CompilerServices.QCallTypeHandle
Definition
QCallTypeHandle.cs:6
System
RuntimeType
Generated by
1.10.0