Joey Pollack
|
a7b2b30894
|
Adds physics api script file
|
3 years ago |
Joey Pollack
|
d75f37d575
|
A script can now be attached to any number of entities at once
|
3 years ago |
Joey Pollack
|
320b776fcd
|
Added example of talking to another script
|
3 years ago |
Joey Pollack
|
1e38af39aa
|
Refactors script registration to use a map of maps. Map of entity id to map of scripts; script name is key script instance is value.
|
3 years ago |
Joey Pollack
|
0c2b5b2def
|
Reorganized script api files
Added access to BlockOutComponent to the scripting system
|
3 years ago |
Joey Pollack
|
d2608b4851
|
Entity component access and manipulation in wren scripts working!
|
3 years ago |
Joey Pollack
|
204f0d294c
|
Refactors the World Scripting API into it's own class
|
3 years ago |
Joey Pollack
|
6b03a758d2
|
Refactored foreign method binding to be completely handled by the WrenState object
|
3 years ago |
Joey Pollack
|
df9eb0a4f7
|
Input in script proof of concept working
|
3 years ago |
Joey Pollack
|
3c55ca9c5b
|
CoreAPI initialization hooked up to WrenState
Foreign method binding system setup
|
3 years ago |