Table of Contents

Method TryGetObjectStorage

Namespace
Anvil.Services
Assembly
NWN.Anvil.dll

TryGetObjectStorage(NwObject, out ObjectStorage?)

public bool TryGetObjectStorage(NwObject gameObject, out ObjectStorage? storage)

Parameters

gameObject NwObject
storage ObjectStorage

Returns

bool

TryGetObjectStorage(ICGameObject, out ObjectStorage?)

public bool TryGetObjectStorage(ICGameObject gameObject, out ObjectStorage? storage)

Parameters

gameObject ICGameObject
storage ObjectStorage

Returns

bool