Table of Contents

Class ActionPointModule

Namespace
Nekoyume.Module
Assembly
Lib9c.dll
public static class ActionPointModule
Inheritance
ActionPointModule
Inherited Members

Methods

GetActionPoint(IWorldState, Address)

public static long GetActionPoint(this IWorldState worldState, Address avatarAddress)

Parameters

worldState IWorldState
avatarAddress Address

Returns

long

SetActionPoint(IWorld, Address, long)

public static IWorld SetActionPoint(this IWorld world, Address avatarAddress, long actionPoint)

Parameters

world IWorld
avatarAddress Address
actionPoint long

Returns

IWorld

TryGetActionPoint(IWorldState, Address, out long)

public static bool TryGetActionPoint(this IWorldState worldState, Address avatarAddress, out long actionPoint)

Parameters

worldState IWorldState
avatarAddress Address
actionPoint long

Returns

bool