C# Class Server.Mobiles.PackAnimal

Mostra file Open project: brodock/runuo Class Usage Examples

Public Methods

Method Description
CheckAccess ( BaseCreature animal, Mobile from ) : bool
CombineBackpacks ( BaseCreature animal ) : void
GetContextMenuEntries ( BaseCreature animal, Mobile from, List list ) : void
TryPackOpen ( BaseCreature animal, Mobile from ) : void

Method Details

CheckAccess() public static method

public static CheckAccess ( BaseCreature animal, Mobile from ) : bool
animal BaseCreature
from Mobile
return bool

CombineBackpacks() public static method

public static CombineBackpacks ( BaseCreature animal ) : void
animal BaseCreature
return void

GetContextMenuEntries() public static method

public static GetContextMenuEntries ( BaseCreature animal, Mobile from, List list ) : void
animal BaseCreature
from Mobile
list List
return void

TryPackOpen() public static method

public static TryPackOpen ( BaseCreature animal, Mobile from ) : void
animal BaseCreature
from Mobile
return void