LuaDocs/ACrab

From Data Realms Wiki

(Difference between revisions)
Jump to: navigation, search
(Parent: Actor)
(ACrab - Automatically generated by LuaBot)
Line 1: Line 1:
-
===Parent:  [[LuaDocs/Actor|Actor]]===
+
 
 +
===Parent:  [[Actor|Actor]]===
'''Concrete Class.'''  
'''Concrete Class.'''  
Line 5: Line 6:
[[LuaDocs/Index|'''Go back to Class Index''']]
[[LuaDocs/Index|'''Go back to Class Index''']]
 +
 +
==Enumerations==
==Enumerations==
Line 130: Line 133:
Whether this' graphical rep overlaps the scene point.
Whether this' graphical rep overlaps the scene point.
-
==Examples==
 
-
ACrab is the based class used for the Crabs, the Dreadnoughts, the Coalition attack and medic drones.
 
-
 
-
<code>
 
-
todo: example code for Acrab.
 
-
</code>
 
[[LuaDocs/Index|'''Go back to Class Index''']]
[[LuaDocs/Index|'''Go back to Class Index''']]

Revision as of 22:00, 5 June 2012

Contents

Parent: Actor

Concrete Class. A crab-like actor with four legs.

Go back to Class Index


Enumerations

MovementState

  • 0 = STAND
  • 1 = WALK
  • 2 = JUMP
  • 3 = DISLODGE
  • 4 = MOMENTSTATECOUNT


Side

  • 0 = LEFTSIDE
  • 1 = RIGHTSIDE
  • 2 = SIDECOUNT


Layer

  • 0 = FGROUND
  • 1 = BGROUND


DeviceHandlingState

  • 0 = STILL
  • 1 = POINTING
  • 2 = SCANNING
  • 3 = AIMING
  • 4 = FIRING
  • 5 = THROWING
  • 6 = DIGGING


SweepState

  • 0 = NOSWEEP
  • 1 = SWEEPINGUP
  • 2 = SWEEPINGPAUSE
  • 3 = SWEEPINGDOWN
  • 4 = SWEEMDOWNPAUSE


DigState

  • 0 = NOTDIGGING
  • 1 = PREDIG
  • 2 = STARTDIG
  • 3 = TUNNELING
  • 4 = FINISHINGDIG
  • 5 = PAUSEDIGGER


JumpState

  • 0 = NOTJUMPING
  • 1 = FORWARDJUMP
  • 2 = PREJUMP
  • 3 = UPJUMP
  • 4 = APEXJUMP
  • 5 = LANDJUMP


Properties

ClassName

The class name of this Entity.A string with the friendly-formatted type name of this object.

FirearmIsReady

Read-only property. Indicates whether the currently held HDFirearm's is ready for use, and has ammo etc.Whether a currently HDFirearm (if any) is ready for use.

FirearmIsEmpty

Read-only property. Indicates whether the currently held HDFirearm's is out of ammo.Whether a currently HDFirearm (if any) is out of ammo.

FirearmNeedsReload

Read-only property. Indicates whether the currently held HDFirearm's is almost out of ammo.Whether a currently HDFirearm (if any) has less than half of ammo left.

FirearmIsSemiAuto

Read-only property. Indicates whether the currently held HDFirearm's is semi or full auto.Whether a currently HDFirearm (if any) is a semi auto device.


Functions

ReloadFirearm

Reloads the currently held firearm, if any.

Arguments:

  • None.

Return value:

None.


IsWithinRange

Tells whether a point on the scene is within close range of the currently used device and aiming status, if applicable.

Arguments:

  • A Vector witht he aboslute coordinates of a point to check.

Return value:

Whether the point is within close range of this.


LookForMOs

Casts an MO detecting ray in the direction of where the head is looking at the time. Factors including head rotation, sharp aim mode, and other variables determine how this ray is cast.

Arguments:

  • The degree angle to deviate from the current view point in the ray casting. A random ray will be chosen out of this +-range.
  • A specific material ID to ignore (see through)
  • Whether to ignore all terrain or not (true means 'x-ray vision').

Return value:

A pointer to the MO seen while looking.


IsOnScenePoint

Indicates whether this' current graphical representation overlaps a point in absolute scene coordinates.

Arguments:

  • The point in absolute scene coordinates.

Return value:

Whether this' graphical rep overlaps the scene point.


Go back to Class Index

Personal tools