mirror of
https://github.com/Relintai/props.git
synced 2024-11-12 10:15:25 +01:00
Typo fix in config.py. Sync classref to the current source.
This commit is contained in:
parent
0aceb2aeca
commit
b2bcb5ea64
@ -18,7 +18,7 @@ def get_doc_classes():
|
||||
"PropInstance",
|
||||
"PropMeshDataInstance",
|
||||
"PropMeshUtils",
|
||||
"PropVoxelmanLights",
|
||||
"PropVoxelmanLight",
|
||||
]
|
||||
|
||||
def get_doc_path():
|
||||
|
13
doc_classes/PropESSEntity.xml
Normal file
13
doc_classes/PropESSEntity.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="PropESSEntity" inherits="Spatial" version="3.2">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
</description>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
<methods>
|
||||
</methods>
|
||||
<constants>
|
||||
</constants>
|
||||
</class>
|
19
doc_classes/PropInstance.xml
Normal file
19
doc_classes/PropInstance.xml
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="PropInstance" inherits="Spatial" version="3.2">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
</description>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
<methods>
|
||||
</methods>
|
||||
<members>
|
||||
<member name="snap_axis" type="Vector3" setter="set_snap_axis" getter="get_snap_axis" default="Vector3( 0, -1, 0 )">
|
||||
</member>
|
||||
<member name="snap_to_mesh" type="bool" setter="set_snap_to_mesh" getter="get_snap_to_mesh" default="false">
|
||||
</member>
|
||||
</members>
|
||||
<constants>
|
||||
</constants>
|
||||
</class>
|
13
doc_classes/PropMeshDataInstance.xml
Normal file
13
doc_classes/PropMeshDataInstance.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="PropMeshDataInstance" inherits="Spatial" version="3.2">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
</description>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
<methods>
|
||||
</methods>
|
||||
<constants>
|
||||
</constants>
|
||||
</class>
|
13
doc_classes/PropMeshUtils.xml
Normal file
13
doc_classes/PropMeshUtils.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="PropMeshUtils" inherits="Reference" version="3.2">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
</description>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
<methods>
|
||||
</methods>
|
||||
<constants>
|
||||
</constants>
|
||||
</class>
|
13
doc_classes/PropVoxelmanLight.xml
Normal file
13
doc_classes/PropVoxelmanLight.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="PropVoxelmanLight" inherits="Spatial" version="3.2">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
</description>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
<methods>
|
||||
</methods>
|
||||
<constants>
|
||||
</constants>
|
||||
</class>
|
Loading…
Reference in New Issue
Block a user