22 May 2012 17:10
SF.net SVN: cel:[4890] cel/trunk
Revision: 4890
http://cel.svn.sourceforge.net/cel/?rev=4890&view=rev
Author: jorrit
Date: 2012-05-22 15:10:07 +0000 (Tue, 22 May 2012)
Log Message:
-----------
Started working on support for 'light' dynamic factories.
Modified Paths:
--------------
cel/trunk/include/propclass/dynworld.h
cel/trunk/plugins/propclass/dynworld/dynworld.cpp
cel/trunk/plugins/propclass/dynworld/dynworld.h
Modified: cel/trunk/include/propclass/dynworld.h
===================================================================
--- cel/trunk/include/propclass/dynworld.h 2012-05-15 08:51:33 UTC (rev 4889)
+++ cel/trunk/include/propclass/dynworld.h 2012-05-22 15:10:07 UTC (rev 4890)
<at> <at> -216,6 +216,12 <at> <at>
virtual bool IsLogicFactory () const = 0;
/**
+ * Return true if this dynamic factory is a light factory
+ * (created with AddLightFactory()).
+ */
+ virtual bool IsLightFactory () const = 0;
+
+ /**
* Set the entity template that is linked to this factory.
* This represents the default entity template to be used when
(Continue reading)
RSS Feed