Table of Contents

Class AvatarEquippablePaths

Namespace
S1API.Items
Assembly
S1API.dll

Provides constants for base game AvatarEquippable prefab paths. These paths can be used with WithAvatarEquippable(string, AvatarHand, string).

public static class AvatarEquippablePaths
Inheritance
AvatarEquippablePaths
Inherited Members

Remarks

All paths are relative to the Resources folder. Example: "avatar/equippables/Baton" refers to Resources/avatar/equippables/Baton.prefab

Fields

BasePath

Base path for all avatar equippable prefabs.

public const string BasePath = "avatar/equippables"

Field Value

string

Baton

Baton AvatarEquippable prefab path.

public const string Baton = "avatar/equippables/Baton"

Field Value

string

Beer

Beer AvatarEquippable prefab path.

public const string Beer = "avatar/equippables/Beer"

Field Value

string

BrokenBottle

Broken Bottle AvatarEquippable prefab path.

public const string BrokenBottle = "avatar/equippables/BrokenBottle"

Field Value

string

Coffee

Coffee AvatarEquippable prefab path.

public const string Coffee = "avatar/equippables/Coffee"

Field Value

string

Cuke

Cuke (Energy Drink) AvatarEquippable prefab path.

public const string Cuke = "avatar/equippables/Cuke"

Field Value

string

Hammer

Hammer AvatarEquippable prefab path.

public const string Hammer = "avatar/equippables/Hammer"

Field Value

string

Joint

Joint (Marijuana) AvatarEquippable prefab path.

public const string Joint = "avatar/equippables/Joint"

Field Value

string

Knife

Knife AvatarEquippable prefab path.

public const string Knife = "avatar/equippables/Knife"

Field Value

string

M1911

M1911 Pistol AvatarEquippable prefab path.

public const string M1911 = "avatar/equippables/M1911"

Field Value

string

PhoneLowered

Phone (Lowered) AvatarEquippable prefab path.

public const string PhoneLowered = "avatar/equippables/Phone_Lowered"

Field Value

string

PhoneRaised

Phone (Raised) AvatarEquippable prefab path.

public const string PhoneRaised = "avatar/equippables/Phone_Raised"

Field Value

string

Pipe

Pipe AvatarEquippable prefab path.

public const string Pipe = "avatar/equippables/Pipe"

Field Value

string

Revolver

Revolver AvatarEquippable prefab path.

public const string Revolver = "avatar/equippables/Revolver"

Field Value

string

Taser

Taser AvatarEquippable prefab path.

public const string Taser = "avatar/equippables/Taser"

Field Value

string

TrashBag

Trash Bag AvatarEquippable prefab path.

public const string TrashBag = "avatar/equippables/TrashBag"

Field Value

string