Terraria v1.4.4.9
Terraria source code documentation
|
Static Package Functions | |
static void | ParseAttributeArguments (ConstArray attributeBlob, ref CustomAttributeCtorParameter[] customAttributeCtorParameters, ref CustomAttributeNamedParameter[] customAttributeNamedParameters, RuntimeModule customAttributeModule) |
Properties | |
CustomAttributeType | CustomAttributeType [get] |
long | PrimitiveValue [get] |
CustomAttributeEncodedArgument[] | ArrayValue [get] |
string | StringValue [get] |
Private Member Functions | |
static void | ParseAttributeArguments (IntPtr pCa, int cCa, ref CustomAttributeCtorParameter[] CustomAttributeCtorParameters, ref CustomAttributeNamedParameter[] CustomAttributeTypedArgument, RuntimeAssembly assembly) |
Private Attributes | |
readonly long | m_primitiveValue |
readonly CustomAttributeEncodedArgument[] | m_arrayValue |
readonly string | m_stringValue |
readonly CustomAttributeType | m_type |
Definition at line 7 of file CustomAttributeEncodedArgument.cs.