Class SDK.Archetypes
Namespace: OblivionMp.Sdk
Assembly: OblivionMp.Sdk.dll
public static class SDK.Archetypes
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
DroppedItemArchetype
Gets the archetype ID of dropped item entities.
public static ArchetypeId DroppedItemArchetype { get; }
Property Value
GlobalPlayerArchetype
s Gets the archetype ID of main character entities. Useful for assigning components which need to be persistent across different areas.
public static ArchetypeId GlobalPlayerArchetype { get; }
Property Value
MainCharacterArchetype
Gets the archetype ID of main character entities.
public static ArchetypeId MainCharacterArchetype { get; }