Table of Contents

Class VBloods

Namespace
VAMP.Data
Assembly
VAMP.dll
public static class VBloods
Inheritance
VBloods
Inherited Members

Fields

PrefabToNames

public static Dictionary<PrefabGUID, (string Long, string Short)> PrefabToNames

Field Value

Dictionary<PrefabGUID, (string Long, string Short)>

Methods

ToShortString(PrefabGUID)

Converts a PrefabGUID to its short V Blood name

public static string ToShortString(PrefabGUID prefab)

Parameters

prefab PrefabGUID

The PrefabGUID to convert

Returns

string

The short name of the V Blood

ToShortString(int)

Converts a GUID integer to its short V Blood name

public static string ToShortString(int guid)

Parameters

guid int

The GUID integer to convert

Returns

string

The short name of the V Blood

ToString(PrefabGUID)

Converts a PrefabGUID to its full V Blood name

public static string ToString(PrefabGUID prefab)

Parameters

prefab PrefabGUID

The PrefabGUID to convert

Returns

string

The full name of the V Blood

ToString(int)

Converts a GUID integer to its full V Blood name

public static string ToString(int guid)

Parameters

guid int

The GUID integer to convert

Returns

string

The full name of the V Blood