-
Notifications
You must be signed in to change notification settings - Fork 16
GamePartWear
Tommo J. Phillips edited this page Oct 22, 2023
·
2 revisions
Namespace: TommoJProductions.ModApi.GameDatabase.GameParts
reps a game part that has a wear member.
public class GamePartWear : GamePartTimeInheritance Object → GamePart → GamePartTime → GamePartWear
wear
public FsmFloat wear { get; set; }FsmFloat
time
public FsmFloat time { get; set; }FsmFloat
reps if the game part is bolted
public FsmBool bolted { get; set; }FsmBool
reps if the game part is installed
public FsmBool installed { get; set; }FsmBool
reps if the game part is damaged
public FsmBool damaged { get; set; }FsmBool
reps the ingame gameobject reference.
public FsmGameObject thisPart { get; set; }FsmGameObject
reps the 'not broken' mesh for the game part.
public FsmGameObject newMesh { get; set; }FsmGameObject
reps the 'broken' mesh for the game part.
public FsmGameObject damagedMesh { get; set; }FsmGameObject
reps the trigger gameobject for the game part.
public FsmGameObject trigger { get; set; }FsmGameObject
public GamePartWear(PlayMakerFSM data)data PlayMakerFSM