Difference between revisions of "Template:newobjectnotice/doc"

(Created page with "This template is used to indicate functions which create a new resource, which can be very slow if used improperly. It is a simple wrapper over the Notice template so wording wil...")
 
(No difference)

Latest revision as of 18:21, 27 January 2012

This template is used to indicate functions which create a new resource, which can be very slow if used improperly. It is a simple wrapper over the Notice template so wording will be consistent. To use it, simply type {{newobjectnotice}}, which will result in:


O.png This function can be slow if it is called repeatedly, such as from love.update or love.draw. If you need to use a specific resource often, create it once and store it somewhere it can be reused!