MCPcopy Create free account
hub / github.com/ZDoom/Raze / GetName

Method GetName

source/common/scripting/backend/codegen.h:211–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209 }
210
211 FName GetName() const
212 {
213 if (Type == TypeString)
214 {
215 if (((FString *)&pointer)->Len() == 0) return NAME_None;
216 return FName(*(FString *)&pointer);
217 }
218 return Type == TypeName ? ENamedName(Int) : NAME_None;
219 }
220};
221
222enum EFxType

Callers 4

DEFINE_ACTION_FUNCTIONFunction · 0.45
ResolveMethod · 0.45
PMapValueWriterFunction · 0.45
DoCastFunction · 0.45

Calls 2

FNameClass · 0.85
LenMethod · 0.80

Tested by

no test coverage detected