File: file_python.rst

package info (click to toggle)
renpy 8.3.4%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 86,812 kB
  • sloc: python: 55,363; ansic: 13,858; javascript: 849; makefile: 87; sh: 13
file content (14 lines) | stat: -rw-r--r-- 274 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
File Access
===========

These Python functions allow you to access asset files, which may be found
in the game directory, RPA archives, or as Android assets.

.. include:: inc/file

Rarely Used
-----------

These functions are used more rarely.

.. include:: inc/file_rare