ThingPart:Creature: Difference between revisions

From Imagisphere
Jump to navigation Jump to search
No edit summary
m (Format State Enums Into List)
Line 26: Line 26:


State Enums (LBP3):
State Enums (LBP3):
 
* Nothing -> 0
Nothing -> 0
* Jetpack -> 1
Jetpack -> 1
* Paintinator -> 2
Paintinator -> 2
* Creatinator -> 2
Creatinator -> 2
* Level Link -> 3
Level Link -> 3
* Controlinator -> 4
Controlinator -> 4
* Death -> 5
Death -> 5
* Instantly Disappear -> 6
Instantly Disappear -> 6
* Grapple Hook -> 7
Grapple Hook -> 7
* Unknown (Can't Grab) -> 8
Unknown (Can't Grab) -> 8
* Unknown (Can't Grab) -> 9
Unknown (Can't Grab) -> 9
* Grabinators -> 10
Grabinators -> 10
* Vanish On Movement -> 11
Vanish On Movement -> 11
* Brain Crane -> 12
Brain Crane -> 12
* Unknown (Can be removed) -> 13
Unknown (Can be removed) -> 13
* Climbing -> 14
Climbing -> 14
* Hook Hat -> 15
Hook Hat -> 15
* Hero Cape -> 16
Hero Cape -> 16
* Unknown (Can be removed) -> 17
Unknown (Can be removed) -> 17
* Boost Boots -> 18
Boost Boots -> 18
* Springinator -> 19
Springinator -> 19
* Hoverboard -> 20  
Hoverboard -> 20  
* Zombie (Dead but not Dead?) -> 21
Zombie (Dead but not Dead?) -> 21

Revision as of 15:25, 22 June 2024

Thing: creatureThing

4x4 Matrix: baseHandleMatrix

3 Component Vector: prevDir

3 Component Vector: currDir

Integer: stateTimer

Integer: state

Thing: attachedThing

3 Component Vector: attachedLocalPos

3 Component Vector: attachedLocalNormal

Float: attachedLocalAngle

Float: attachedScale

Boolean: playedFailToFireSound

Float: attachedZOffset

State Enums (LBP3):

  • Nothing -> 0
  • Jetpack -> 1
  • Paintinator -> 2
  • Creatinator -> 2
  • Level Link -> 3
  • Controlinator -> 4
  • Death -> 5
  • Instantly Disappear -> 6
  • Grapple Hook -> 7
  • Unknown (Can't Grab) -> 8
  • Unknown (Can't Grab) -> 9
  • Grabinators -> 10
  • Vanish On Movement -> 11
  • Brain Crane -> 12
  • Unknown (Can be removed) -> 13
  • Climbing -> 14
  • Hook Hat -> 15
  • Hero Cape -> 16
  • Unknown (Can be removed) -> 17
  • Boost Boots -> 18
  • Springinator -> 19
  • Hoverboard -> 20
  • Zombie (Dead but not Dead?) -> 21