Table of Contents

Delegate PersonLike.RestoreNeedDelegate

Namespace
TinyLife.Objects
Assembly
TinyLife.dll

A delegate used for OnRestoreNeed and OnDepleteNeed. Note that the info may be null for cases where the need isn't modified by an action.

public delegate void PersonLike.RestoreNeedDelegate(NeedType type, ref float amount, ActionInfo info, float speedMultiplier)

Parameters

type NeedType
A delegate used for and . Note that the info may be null for cases where the need isn't modified by an action.
amount float
A delegate used for and . Note that the info may be null for cases where the need isn't modified by an action.
info ActionInfo
A delegate used for and . Note that the info may be null for cases where the need isn't modified by an action.
speedMultiplier float
A delegate used for and . Note that the info may be null for cases where the need isn't modified by an action.
Extension Methods