The Riftbreaker

The Riftbreaker

評價次數不足
Entity Patcher
   
獎勵
加入最愛
已加入最愛
移除最愛
檔案大小
發佈於
更新時間
693.729 KB
9 月 7 日 下午 1:28
9 月 29 日 下午 6:36
13 項更新註記 (檢視)

訂閱以下載
Entity Patcher

描述
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: table, godeep: bool, ghost: bool )
component nil, get all components, if not nil works a whitelist table
godeep true show all container and inner containers
ghost after showing main bp what it have to show, it will Log ghost variant if exist
====================================================================
Apply(arg1: table, arg2: table, ignore_fail: bool, ignore_changes:bool)
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
====================================================================
熱門討論 檢視全部(2)
2
9 月 26 日 下午 8:20
Tables
Claus
0
9 月 15 日 下午 2:56
Using
Claus