Difference between revisions of "Containers (Game Mechanics)"
(→Container Permissions) |
(→Container Permissions) |
||
Line 164: | Line 164: | ||
== Container Permissions == | == Container Permissions == | ||
− | Container permissions is a feature that controls accessibility to the objects inside of a container. There are | + | Container permissions is a feature that controls accessibility to the objects inside of a container. There are four dimensions to accessibility: |
* The ability to open a container | * The ability to open a container | ||
− | * The ability to remove objects | + | * The ability to manipulate objects |
− | * The ability to add objects | + | * The ability to remove objects |
+ | * The ability to add objects | ||
− | The controls on accessibility are linked to which permissions type an object is flagged as having in game. These permission types are: Public, Private, and Internal. | + | The controls on accessibility are linked to which permissions type an object is flagged as having in game. These permission types are: Public, Private, and Internal. Public objects are those in which |
==Source References== | ==Source References== |
Revision as of 04:35, 6 September 2009
This article or section needs proper wiki formatting. |
Game Mechanics - Mechanics Category
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
Game MechanicsSome objects are containers, and one of the choices on the radial menu will be "Open". (If it's an NPC's corpse, the option will be called "Loot" instead, but it means the same thing). When you open a container, you will see a container window. This window shows you the contents of the container. You can pick things out from the container and drag them into another container or into your inventory or use the Pickup radial on the object inside the container to automatically obtain the item. A player may not however place items inside an npc corpse or world object.
Container TypesThere are a number of types of containers:
Container FeaturesThere are some common aspects between containers
Examples are below:
Container PermissionsContainer permissions is a feature that controls accessibility to the objects inside of a container. There are four dimensions to accessibility:
The controls on accessibility are linked to which permissions type an object is flagged as having in game. These permission types are: Public, Private, and Internal. Public objects are those in which Source References
|