mirror of
https://github.com/evennia/evennia.git
synced 2026-03-23 00:06:30 +01:00
Updated HTML docs
This commit is contained in:
parent
f310a65256
commit
ecb368ddb6
1797 changed files with 10075 additions and 330676 deletions
|
|
@ -218,6 +218,27 @@ instances.</p>
|
|||
class built by <strong>**create_forward_many_to_many_manager()**</strong> defined below.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="py attribute">
|
||||
<dt id="evennia.scripts.models.ScriptDB.db_date_created">
|
||||
<code class="sig-name descname">db_date_created</code><a class="headerlink" href="#evennia.scripts.models.ScriptDB.db_date_created" 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>
|
||||
|
||||
<dl class="py attribute">
|
||||
<dt id="evennia.scripts.models.ScriptDB.db_key">
|
||||
<code class="sig-name descname">db_key</code><a class="headerlink" href="#evennia.scripts.models.ScriptDB.db_key" 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>
|
||||
|
||||
<dl class="py attribute">
|
||||
<dt id="evennia.scripts.models.ScriptDB.db_lock_storage">
|
||||
<code class="sig-name descname">db_lock_storage</code><a class="headerlink" href="#evennia.scripts.models.ScriptDB.db_lock_storage" 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>
|
||||
|
||||
<dl class="py attribute">
|
||||
<dt id="evennia.scripts.models.ScriptDB.db_obj_id">
|
||||
<code class="sig-name descname">db_obj_id</code><a class="headerlink" href="#evennia.scripts.models.ScriptDB.db_obj_id" title="Permalink to this definition">¶</a></dt>
|
||||
|
|
@ -239,6 +260,13 @@ instances.</p>
|
|||
class built by <strong>**create_forward_many_to_many_manager()**</strong> defined below.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="py attribute">
|
||||
<dt id="evennia.scripts.models.ScriptDB.db_typeclass_path">
|
||||
<code class="sig-name descname">db_typeclass_path</code><a class="headerlink" href="#evennia.scripts.models.ScriptDB.db_typeclass_path" 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>
|
||||
|
||||
<dl class="py method">
|
||||
<dt id="evennia.scripts.models.ScriptDB.desc">
|
||||
<em class="property">property </em><code class="sig-name descname">desc</code><a class="headerlink" href="#evennia.scripts.models.ScriptDB.desc" title="Permalink to this definition">¶</a></dt>
|
||||
|
|
@ -378,7 +406,6 @@ class built by <strong>**create_forward_many_to_many_manager()**</strong> define
|
|||
<h3>Versions</h3>
|
||||
<ul>
|
||||
<li><a href="evennia.scripts.models.html">1.0-dev (develop branch)</a></li>
|
||||
<li><a href="../../0.9.5/api/evennia.scripts.models.html">0.9.5 (v0.9.5 branch)</a></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue