跳到主要内容
版本:Next

Class SDK.Archetypes

Namespace: OblivionMp.Sdk
Assembly: OblivionMp.Sdk.dll

public static class SDK.Archetypes

Inheritance

objectSDK.Archetypes

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

ArchetypeId

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

ArchetypeId

MainCharacterArchetype

Gets the archetype ID of main character entities.

public static ArchetypeId MainCharacterArchetype { get; }

Property Value

ArchetypeId

  • Properties
    • DroppedItemArchetype
    • GlobalPlayerArchetype
    • MainCharacterArchetype