Commit Graph

12 Commits

Author SHA1 Message Date
Jadis0x
0b90598356 Reorganized UnityEngine namespace
Reorganized UnityEngine namespace by splitting headers into individual classes
2024-06-07 19:07:09 +03:00
Jadis0x
0d3675c8cd helper functions added
Camera,Behaviour and Input constructor defined
2024-06-07 14:57:19 +03:00
Jadis0x
0b84c20f4a code optimization &new helper functions added / modified
- UnityCore namespace changed to UnityEngine
- Object class is no longer a template. FindObjectOfType function set to template
- Added LogComponents function. It helps us retrieve components from the target gameObject.
- Added GetObjectName function to Object structure (same method is available in utils header)
- Added ConvertToSystemString function.
Converts const char to system.string (app::String)
2024-06-06 20:43:35 +03:00
Jadis0x
58e36f2eb9 added IsNull function
IsNull(app::Object_1*): detects whether objects are null, works more efficiently than a nullptr check.
2024-05-31 23:24:48 +03:00
Jadis0x
d32b92d1e3 helper functions added
- Added helper functions to facilitate Vector3 and Transform operations.
- Defined operator overloads for Vector3 (not tested).
- Added fly and spawnPrefab functions to the Misc namespace (not tested).
- Added fly speed to settings.
2024-05-19 02:43:52 +03:00
Jadis0x
f69767f794 various header files added/updated
- Created a header file called players. added a helper function to get the gameobject of all players, the gameobject of the local player and the NolanBehaviour component
- Added UnityCore file to make it easier for us to use unity functions
- Misc file fully updated
- Added Wrapper class to make it easier to use il2cpp functions
- ClientHelper updated
- color.hpp library was included in the project to make the console colorful
2024-05-16 21:37:01 +03:00
Jadis0x
26c0103b0f added BurnRitualObj function
Code optimization needed.

Some detected issues:
- Farmhouse worked properly.
- Only burnAll works on Molly map.
- It does not work on Town and Inn map.
- Only burnAll works on Slaughterhouse map.
2024-04-15 00:03:47 +03:00
Jadis0x
aefdecc823 some helper functions added
-
2024-04-14 22:28:12 +03:00
Jadis0x
3207e78657 added unity debug hook for testing 2024-04-13 17:50:56 +03:00
Jadis0x
9bc7092e5a re-dump
- object class removed
+ added some helper functions
2024-04-13 16:00:43 +03:00
Jadis0x
ec7b62f51e added GetObjectFromClass to Wrapper class 2024-04-13 14:49:13 +03:00
8f161be085 initial commit of the files 2024-04-13 11:42:25 +02:00