X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fecs%2FREADME.md;h=7273ed70da1b287f67d0c3be2a10f66584348f7f;hb=7bd202b57c53764260d534e772cfddf10c5acce0;hp=d49094f7b48c68019752dd871f46ee360bd7478e;hpb=4d9a40898926a8da83b788f9a862f35cdd4c8905;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/ecs/README.md b/qcsrc/ecs/README.md index d49094f7b..7273ed70d 100644 --- a/qcsrc/ecs/README.md +++ b/qcsrc/ecs/README.md @@ -21,6 +21,7 @@ ## entities entity e = new(foo); + IL_PUSH(g_components, e); e.com_$component = true; e.com_$component_$property = 42;