Anvil
All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Anvil.API.GffResourceFieldValue Class Referencesealed

A regular GffResourceField containing a primitive value. More...

+ Inheritance diagram for Anvil.API.GffResourceFieldValue:
+ Collaboration diagram for Anvil.API.GffResourceFieldValue:

Public Member Functions

bool TryReadByte (out byte value)
 
bool TryReadCExoLocString (out string value, int id=0, Gender gender=Gender.Male)
 
bool TryReadCExoString (out string value)
 
bool TryReadChar (out byte value)
 
bool TryReadCResRef (out string value)
 
bool TryReadDouble (out double value)
 
bool TryReadDWord (out uint value)
 
bool TryReadDWord64 (out ulong value)
 
bool TryReadFloat (out float value)
 
bool TryReadInt (out int value)
 
bool TryReadInt64 (out long value)
 
bool TryReadShort (out short value)
 
bool TryReadWord (out ushort value)
 

Protected Member Functions

override bool GetValueInternal ([NotNullWhen(true)] out object? value, Type? requestedType=null)
 

Properties

override GffResourceFieldType FieldType [get]
 

Detailed Description

A regular GffResourceField containing a primitive value.


The documentation for this class was generated from the following file: