From 120afaec5290bd3b9109503d04b6b8d284114f30 Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Tue, 13 Feb 2018 19:22:49 +0000 Subject: [Travis] Rebuilding documentation --- classyage_1_1System.html | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) (limited to 'classyage_1_1System.html') diff --git a/classyage_1_1System.html b/classyage_1_1System.html index 4d418f91..7bc37aa1 100644 --- a/classyage_1_1System.html +++ b/classyage_1_1System.html @@ -114,6 +114,9 @@ Public Member Functions virtual void update (double dt)=0  Updates the system at each interval using the time step. More...
  +virtual void destroy ()=0 + Destroy the system and the components that are contained in it. More...

Detailed Description

System interface for the different systems in the engine.

@@ -146,6 +149,31 @@ Public Member Functions

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + +
virtual void yage::System::destroy ()
+
+pure virtual
+
+ +

Destroy the system and the components that are contained in it.

+ +
+
@@ -205,12 +233,12 @@ Public Member Functions

The documentation for this class was generated from the following file: -- cgit