Click or drag to resize
BucketAdd Method
Hartismere School

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

Adds the specified item to the Bucket.

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

Parameters

Key
Type: SystemString
The cache key used to reference the item.
Object
Type: SystemObject
The item to be added to the bucket.
See Also