Click or drag to resize
BucketGet Method
Hartismere School

[This is preliminary documentation and is subject to change.]

Retrieves the specified item from the Bucket.

Namespace: EJW.TextBasedAdventure
Assembly: EJW.TextBasedAdventure (in EJW.TextBasedAdventure.dll) Version: 2.0.5850.21153
Syntax
public Object Get(
	string Key
)

Parameters

Key
Type: SystemString
The identifier for the bucket item to retrieve.

Return Value

Type: Object
The retrieved bucket item, or null if the key is not found.
See Also