Browsing English (United Kingdom) translation

Don't show this notice anymore
Before translating, be sure to go through Launchpad Translators instructions and English (United Kingdom) guidelines.
1120 of 65 results
11.
Base class for creator-defined displayables.
Base class for creator-defined displayables.
Translated and reviewed by Stephan Woidowski
Located in ../../source/udd.rst:138
12.
A subclass may override the constructor, perhaps adding new parameters. If it does, it should pass all unknown keyword arguments to the renpy.Displayable constructor, using code like::
A subclass may override the constructor, perhaps adding new parameters. If it does, it should pass all unknown keyword arguments to the renpy.Displayable constructor, using code like::
Translated and reviewed by Stephan Woidowski
Located in ../../source/udd.rst:142
13.
Subclasses must override this, to return a :class:`renpy.Render` object. The render object determines what, if anything, is shown on the screen.
Subclasses must override this, to return a :class:`renpy.Render` object. The render object determines what, if anything, is shown on the screen.
Translated and reviewed by Stephan Woidowski
Located in ../../source/udd.rst:151
14.
`width`, `height`
`width`, `height`
Translated and reviewed by Stephan Woidowski
Located in ../../source/udd.rst:157 ../../source/udd.rst:230 ../../source/inc/udd_utility:37
15.
The amount of space available to this displayable, in pixels.
The amount of space available to this displayable, in pixels.
Translated and reviewed by Stephan Woidowski
Located in ../../source/udd.rst:156
16.
`st`
`st`
Translated and reviewed by Stephan Woidowski
Located in ../../source/udd.rst:162 ../../source/udd.rst:194
17.
A float, the shown timebase, in seconds. The shown timebase begins when this displayable is first shown on the screen.
A float, the shown timebase, in seconds. The shown timebase begins when this displayable is first shown on the screen.
Translated and reviewed by Stephan Woidowski
Located in ../../source/udd.rst:160
18.
`at`
`at`
Translated and reviewed by Stephan Woidowski
Located in ../../source/udd.rst:168
19.
A float, the animation timebase, in seconds. The animation timebase begins when an image with the same tag was shown, without being hidden. (When the displayable is shown without a tag, this is the same as the shown timebase.)
A float, the animation timebase, in seconds. The animation timebase begins when an image with the same tag was shown, without being hidden. (When the displayable is shown without a tag, this is the same as the shown timebase.)
Translated and reviewed by Stephan Woidowski
Located in ../../source/udd.rst:165
20.
The render method is called when the displayable is first shown. It can be called again if :func:`renpy.redraw` is called on this object.
The render method is called when the displayable is first shown. It can be called again if :func:`renpy.redraw` is called on this object.
Translated and reviewed by Stephan Woidowski
Located in ../../source/udd.rst:170
1120 of 65 results

This translation is managed by Launchpad's British English (En-GB) Translations, assigned by Launchpad Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Stephan Woidowski.