The Riftbreaker

The Riftbreaker

Not enough ratings
Entity Patcher
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
692.428 KB
7 Sep @ 1:28pm
26 Sep @ 6:29pm
12 Change Notes ( view )

Subscribe to download
Entity Patcher

Description
Entity Patcher is a pure .lua switch like made to simplify component manipulation with table

It provides a set of helper functions that let safely inspect, log, and modify entities without having to manually dig through every field.

Component Handlers:
BuildingDesc
HealthDesc
RegenerationComponent
HealthComponent
TurrentComponent
TurrentDesc
LuaComponent database (change and add new (string, float, int))
EffectDesc (change and add new groups)
ResistanceComponent (change and add new)

components not listed use default patcher, safe to use with normal values string, number and table.

====================================================================
LogBlueprintComponents( bp_name: string, component: string, godeep: bool )
component nil, get all components
godeep true show all container and inner containers
====================================================================
Apply(arg1: table, arg2: table, ignore_fail: bool, ignore_changes)
Use single table to assign each individual value for each blueprint
Use two tables if want to apply changes to n* blueprints with same values
ignore_fail true to ignore fails logs of bp and component
ignore_changes true to ignore logs of bp changes
====================================================================
Popular Discussions View All (2)
2
26 Sep @ 8:20pm
Tables
Claus
0
15 Sep @ 2:56pm
Using
Claus