Gen7Data/Scripts/Interfaces/EffectParameter.astypedef

8 lines
184 B
Plaintext

type EffectParameter {
EffectParameterType GetType() const;
bool AsBool() const;
int64 AsInt() const;
float AsFloat() const;
const constString& AsString() const;
}