TryAdd

Declaration

public bool TryAdd(Hash128 key, StatusEffectData value)

Parameters

Name
Type
Description

key

The unique Hash128 of the StatusEffectData.

value

The StatusEffectData to add to the database.

Returns

bool Returns true when it successfully added the StatusEffectData to the database.

Description

Adds a StatusEffectData to the database.

Last updated