JASS Tools
News
Download
Help
JASS Manual
-------------------------------------------------------------

TYPES | FUNCTIONS | VARIABLES

Type destructable

Global Variables | Functions That Return | Functions That Take

Ancestor Types:handle > agent > widget > destructable
Children Types:none
Location:common.j, line 10

BACK TO TOP

------------------------------------------------------------

Global variables of type destructable:

Blizzard.j:
bj_destRandomCurrentPick, bj_elevatorNeighbor, bj_elevatorWallBlocker, bj_lastCreatedDestructable

BACK TO TOP

------------------------------------------------------------

Functions that return type destructable (     common.j,      common.ai,      Blizzard.j):

native CreateDeadDestructable (integer objectid, real x, real y, real face, real scale, integer variation) returns destructable
function CreateDeadDestructableLocBJ (integer objectid, location loc, real facing, real scale, integer variation) returns destructable
native CreateDeadDestructableZ (integer objectid, real x, real y, real z, real face, real scale, integer variation) returns destructable
native CreateDestructable (integer objectid, real x, real y, real face, real scale, integer variation) returns destructable
function CreateDestructableLoc (integer objectid, location loc, real facing, real scale, integer variation) returns destructable
native CreateDestructableZ (integer objectid, real x, real y, real z, real face, real scale, integer variation) returns destructable
function GetDyingDestructable () returns destructable
constant native GetEnumDestructable () returns destructable
constant native GetFilterDestructable () returns destructable
function GetLastCreatedDestructable () returns destructable
constant native GetOrderTargetDestructable () returns destructable
constant native GetSpellTargetDestructable () returns destructable
constant native GetTriggerDestructable () returns destructable
constant native GetUnitRallyDestructable (unit whichUnit) returns destructable
native LoadDestructableHandle (hashtable table, integer parentKey, integer childKey) returns destructable
function LoadDestructableHandleBJ (integer key, integer missionKey, hashtable table) returns destructable
function RandomDestructableInRectBJ (rect r, boolexpr filter) returns destructable
function RandomDestructableInRectSimpleBJ (rect r) returns destructable

BACK TO TOP

------------------------------------------------------------

Functions that take type destructable as a parameter (     common.j,      common.ai,      Blizzard.j):

function ChangeElevatorHeight (destructable d, integer newHeight) returns nothing
function ChangeElevatorWalls (boolean open, integer walls, destructable d) returns nothing
function DestructableAddIndicatorBJ (destructable whichDestructable, real red, real green, real blue, real transparency) returns nothing
native DestructableRestoreLife (destructable d, real life, boolean birth) returns nothing
native GetDestructableLife (destructable d) returns real
function GetDestructableLoc (destructable whichDestructable) returns location
native GetDestructableMaxLife (destructable d) returns real
native GetDestructableName (destructable d) returns string
native GetDestructableOccluderHeight (destructable d) returns real
native GetDestructableTypeId (destructable d) returns integer
native GetDestructableX (destructable d) returns real
native GetDestructableY (destructable d) returns real
function GetElevatorHeight (destructable d) returns integer
function IsDestructableAliveBJ (destructable d) returns boolean
function IsDestructableDeadBJ (destructable d) returns boolean
native IsDestructableInvulnerable (destructable d) returns boolean
function IsDestructableInvulnerableBJ (destructable d) returns boolean
native KillDestructable (destructable d) returns nothing
function ModifyGateBJ (integer gateOperation, destructable d) returns nothing
native QueueDestructableAnimation (destructable d, string whichAnimation) returns nothing
function QueueDestructableAnimationBJ (destructable d, string whichAnimation) returns nothing
native RemoveDestructable (destructable d) returns nothing
native SaveDestructableHandle (hashtable table, integer parentKey, integer childKey, destructable whichDestructable) returns boolean
function SaveDestructableHandleBJ (destructable whichDestructable, integer key, integer missionKey, hashtable table) returns boolean
function SetDestAnimationSpeedPercent (destructable d, real percentScale) returns nothing
native SetDestructableAnimation (destructable d, string whichAnimation) returns nothing
function SetDestructableAnimationBJ (destructable d, string whichAnimation) returns nothing
native SetDestructableAnimationSpeed (destructable d, real speedFactor) returns nothing
native SetDestructableInvulnerable (destructable d, boolean flag) returns nothing
function SetDestructableInvulnerableBJ (destructable d, boolean flag) returns nothing
native SetDestructableLife (destructable d, real life) returns nothing
function SetDestructableLifePercentBJ (destructable d, real percent) returns nothing
native SetDestructableMaxLife (destructable d, real max) returns nothing
function SetDestructableMaxLifeBJ (destructable d, real max) returns nothing
native SetDestructableOccluderHeight (destructable d, real height) returns nothing
function SetUnitRallyDestructable (unit whichUnit, destructable targDest) returns nothing
native ShowDestructable (destructable d, boolean flag) returns nothing
function ShowDestructableBJ (boolean flag, destructable d) returns nothing

BACK TO TOP

------------------------------------------------------------
Copyright (c) 2003 Jeff Pang
Not affiliated or endorsed by Blizzard Entertainment
SourceForge.net Logo