Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
GetModuleType()
[2/2]
static
RuntimeType
System.ModuleHandle.GetModuleType
(
RuntimeModule
module
)
inline
static
package
Definition at line
263
of file
ModuleHandle.cs
.
264
{
265
RuntimeType o =
null
;
266
GetModuleType
(
new
QCallModule
(ref module),
ObjectHandleOnStack
.Create(ref o));
267
return
o;
268
}
System.ModuleHandle.GetModuleType
static void GetModuleType(QCallModule handle, ObjectHandleOnStack type)
System.Runtime.CompilerServices.ObjectHandleOnStack
Definition
ObjectHandleOnStack.cs:6
System.Runtime.CompilerServices.QCallModule
Definition
QCallModule.cs:8
References
System.ModuleHandle.GetModuleType()
.
System
ModuleHandle
Generated by
1.10.0