Registered and added Event types to default lib
This commit is contained in:
@@ -54,10 +54,13 @@ defaultLib["CharacterType"] = CreateEnum("Barotrauma.CharacterType")
|
|||||||
defaultLib["MissionType"] = CreateEnum("Barotrauma.MissionType")
|
defaultLib["MissionType"] = CreateEnum("Barotrauma.MissionType")
|
||||||
defaultLib["InputType"] = CreateStatic("Barotrauma.InputType")
|
defaultLib["InputType"] = CreateStatic("Barotrauma.InputType")
|
||||||
|
|
||||||
|
defaultLib["EventPrefab"] = CreateStatic("Barotrauma.EventPrefab", true)
|
||||||
|
defaultLib["EventSet"] = CreateStatic("Barotrauma.EventSet", true)
|
||||||
|
defaultLib["EventManagerSettings"] = CreateStatic("Barotrauma.EventManagerSettings", true)
|
||||||
|
|
||||||
defaultLib["Inventory"] = CreateStatic("Barotrauma.Inventory")
|
defaultLib["Inventory"] = CreateStatic("Barotrauma.Inventory", true)
|
||||||
defaultLib["CharacterInventory"] = CreateStatic("Barotrauma.CharacterInventory")
|
defaultLib["CharacterInventory"] = CreateStatic("Barotrauma.CharacterInventory", true)
|
||||||
defaultLib["ItemInventory"] = CreateStatic("Barotrauma.ItemInventory")
|
defaultLib["ItemInventory"] = CreateStatic("Barotrauma.ItemInventory", true)
|
||||||
defaultLib["ContentPackageManager"] = CreateStatic("Barotrauma.ContentPackageManager")
|
defaultLib["ContentPackageManager"] = CreateStatic("Barotrauma.ContentPackageManager")
|
||||||
defaultLib["GameSettings"] = CreateStatic("Barotrauma.GameSettings")
|
defaultLib["GameSettings"] = CreateStatic("Barotrauma.GameSettings")
|
||||||
defaultLib["RichString"] = CreateStatic("Barotrauma.RichString", true)
|
defaultLib["RichString"] = CreateStatic("Barotrauma.RichString", true)
|
||||||
|
|||||||
@@ -353,6 +353,13 @@ end
|
|||||||
|
|
||||||
RegisterBarotrauma("EventManager")
|
RegisterBarotrauma("EventManager")
|
||||||
RegisterBarotrauma("EventManagerSettings")
|
RegisterBarotrauma("EventManagerSettings")
|
||||||
|
RegisterBarotrauma("Event")
|
||||||
|
RegisterBarotrauma("ArtifactEvent")
|
||||||
|
RegisterBarotrauma("MonsterEvent")
|
||||||
|
RegisterBarotrauma("ScriptedEvent")
|
||||||
|
RegisterBarotrauma("MalfunctionEvent")
|
||||||
|
RegisterBarotrauma("EventSet")
|
||||||
|
RegisterBarotrauma("EventPrefab")
|
||||||
|
|
||||||
RegisterBarotrauma("Networking.IWriteMessage")
|
RegisterBarotrauma("Networking.IWriteMessage")
|
||||||
RegisterBarotrauma("Networking.IReadMessage")
|
RegisterBarotrauma("Networking.IReadMessage")
|
||||||
@@ -396,6 +403,9 @@ RegisterBarotrauma("PrefabCollection`1[[Barotrauma.OutpostGenerationParams]]")
|
|||||||
RegisterBarotrauma("PrefabCollection`1[[Barotrauma.RuinGeneration.RuinGenerationParams]]")
|
RegisterBarotrauma("PrefabCollection`1[[Barotrauma.RuinGeneration.RuinGenerationParams]]")
|
||||||
RegisterBarotrauma("PrefabCollection`1[[Barotrauma.LevelGenerationParams]]")
|
RegisterBarotrauma("PrefabCollection`1[[Barotrauma.LevelGenerationParams]]")
|
||||||
RegisterBarotrauma("PrefabCollection`1[[Barotrauma.LocationType]]")
|
RegisterBarotrauma("PrefabCollection`1[[Barotrauma.LocationType]]")
|
||||||
|
RegisterBarotrauma("PrefabCollection`1[[Barotrauma.EventPrefab]]")
|
||||||
|
RegisterBarotrauma("PrefabCollection`1[[Barotrauma.EventSet]]")
|
||||||
|
RegisterBarotrauma("PrefabCollection`1[[Barotrauma.EventManagerSettings]]")
|
||||||
|
|
||||||
RegisterBarotrauma("PrefabSelector`1[[Barotrauma.SkillSettings]]")
|
RegisterBarotrauma("PrefabSelector`1[[Barotrauma.SkillSettings]]")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user