Updated HTML docs

This commit is contained in:
Griatch 2021-05-16 00:06:01 +02:00
parent 58f5ece91b
commit 1bbc93507a
1000 changed files with 39106 additions and 33861 deletions

View file

@ -4,7 +4,8 @@
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>evennia.objects.models &#8212; Evennia 1.0-dev documentation</title>
<link rel="stylesheet" href="../_static/nature.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@ -37,7 +38,7 @@
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="module-evennia.objects.models">
<section id="module-evennia.objects.models">
<span id="evennia-objects-models"></span><h1>evennia.objects.models<a class="headerlink" href="#module-evennia.objects.models" title="Permalink to this headline"></a></h1>
<p>This module defines the database models for all in-game objects, that
is, all objects that has an actual existence in-game.</p>
@ -299,9 +300,7 @@ not.</p>
<dl class="py attribute">
<dt id="evennia.objects.models.ObjectDB.db_account_id">
<code class="sig-name descname">db_account_id</code><a class="headerlink" href="#evennia.objects.models.ObjectDB.db_account_id" title="Permalink to this definition"></a></dt>
<dd><p>A wrapper for a deferred-loading field. When the value is read from this
object the first time, the query is executed.</p>
</dd></dl>
<dd></dd></dl>
<dl class="py attribute">
<dt id="evennia.objects.models.ObjectDB.db_attributes">
@ -322,23 +321,17 @@ class built by <strong>**create_forward_many_to_many_manager()**</strong> define
<dl class="py attribute">
<dt id="evennia.objects.models.ObjectDB.db_destination_id">
<code class="sig-name descname">db_destination_id</code><a class="headerlink" href="#evennia.objects.models.ObjectDB.db_destination_id" title="Permalink to this definition"></a></dt>
<dd><p>A wrapper for a deferred-loading field. When the value is read from this
object the first time, the query is executed.</p>
</dd></dl>
<dd></dd></dl>
<dl class="py attribute">
<dt id="evennia.objects.models.ObjectDB.db_home_id">
<code class="sig-name descname">db_home_id</code><a class="headerlink" href="#evennia.objects.models.ObjectDB.db_home_id" title="Permalink to this definition"></a></dt>
<dd><p>A wrapper for a deferred-loading field. When the value is read from this
object the first time, the query is executed.</p>
</dd></dl>
<dd></dd></dl>
<dl class="py attribute">
<dt id="evennia.objects.models.ObjectDB.db_location_id">
<code class="sig-name descname">db_location_id</code><a class="headerlink" href="#evennia.objects.models.ObjectDB.db_location_id" title="Permalink to this definition"></a></dt>
<dd><p>A wrapper for a deferred-loading field. When the value is read from this
object the first time, the query is executed.</p>
</dd></dl>
<dd></dd></dl>
<dl class="py attribute">
<dt id="evennia.objects.models.ObjectDB.db_tags">
@ -527,7 +520,7 @@ class built by <strong>**create_forward_many_to_many_manager()**</strong> define
</dd></dl>
</div>
</section>
<div class="clearer"></div>