• skip to content

Doomsday Manual

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace:

record

Search

You can find the results of your search below.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • script (9)
  • version (3)
  • assets (1)
  • devel (1)
  • fs (1)
  • games (1)
  • guide (1)
  • howto (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • record_movies (howto)
  • record (script)
  • records (script:walkthrough)

Fulltext results:

records @script:walkthrough
56 Hits, Last modified: 6 years ago
f Doomsday Script. Each namespace and module is a record, each object is a record, and classes are records, too. The ownership model of records is that there is always a single owner for a record, and if that owner gets destroyed, all records ow... ariables in scripts. A script variable may own a record, or simply reference one owned by someone else. W
functions @script:walkthrough
13 Hits, Last modified: 3 years ago
re passed by non-owned reference in arguments. record myrec myrec.val = 'Original' print myrec.val ... ce as argument. In the example below, the created record exists only for the duration of the function call... is initialized with a non-owned reference to the record. This non-owned reference is returned, and thus a... # The following should be avoided: a = do_init(Record()) # returns null ref! <note>Avoid using ''Reco
language @script
7 Hits, Last modified: 6 years ago
ime * Array * Dictionary * Function * Record ==== Built-in constants ==== * True * Fa... | ''globals'' | returns the global namespace as a record | | ''len'' | determines the length/size of the a... | | ''locals'' | returns the local namespace as a record | | ''members'' | returns the members of a record as a dictionary | | ''Number'' | converts argument to a
scopes @script:walkthrough
5 Hits, Last modified: 6 years ago
ion ''locals()'' returns the local namespace as a record. # script "test.ds" a = 'hello'; b = 'world'... t the module will receive a reference to the same record. The import statement can also be used to make a copy instead of regular importing. import record other This imports //other// (from a file called... e on the import path), makes an owned copy of the record, and assigns it to a local variable named //other
recutil @script:module
4 Hits, Last modified: 6 years ago
dentifier_HTML~copyMissingMembers~@# ( #@Arg_HTML~Record,src~@#, #@Arg_HTML~Record,dest~@# ) Duplicates all members of the //src// record in the //dest// record without touching existing values in //dest//. Private members in //src// (begin wi
detailed_list_of_changes_in_doomsday_version_1.14 @version
3 Hits, Last modified: 8 years ago
e client UI. ==== Scripting ==== * A new [[:record]] can be created inside an expression using [[:record_keyword]]: <code>(record rec).member = 1</code> * App.audienceForGameAddition for notification of game
record_movies @howto
3 Hits, Last modified: 16 years ago
{{cleanup}} How can I record movies (Doom Demos)? First of all, cameras are just invisible players so if... ust be running a server. Clients are only able to record what they're seeing. Useful commands: recorddemo... demo (.CDM) and optionally the console number to record. Example: recorddemo my.cdm 2 will begin recordin
reference @script
3 Hits, Last modified: 5 years ago
no type safety or checking. Objects are called [[Record]]s and they represent native ''de::Record'' instances:<code>record myrec myrec.newMember = 100</code> * There are only modifiable arrays. Non-mod
gui @script:module
2 Hits, Last modified: 6 years ago
. #@Identifier_HTML~setDefaults~@# ( #@Arg_HTML~Record,d~@# ) Populate record //d// with the default configuration variables for a GUI app.
scripting_with_stateanimator @assets
2 Hits, Last modified: 6 years ago
sc3", it could look like this:<code> script { record model.thing.misc3 () def onStateChange (a... e contents of the file could look like this:<code>record model.thing.misc3 () def onStateChange (anima
packages @fs
2 Hits, Last modified: 6 years ago
e used as-is in savegames or multiplayer games to record and share information about which packages are re... , the metadata is a [[:Doomsday Script]] [[script:Record]] containing a set of required variables and any
libcore @devel
1 Hits, Last modified: 10 years ago
ading. ==== Data ==== Block, values, Variable, Record, Writer, Reader, byte ordering, reference countin
detailed_list_of_changes_in_doomsday_version_1.15 @version
1 Hits, Last modified: 8 years ago
bclassing mechanism for [[:doomsday_script]]. Any record can be a class instance simply by having a member
record @script
1 Hits, Last modified: 6 years ago
====== Record ====== Records are simple data structures in [[:Doomsday Script]] that contain a set of un
persist.pack @guide
1 Hits, Last modified: 8 years ago
==== modules/Config ==== The ''Config'' [[script:record|namespace]] contains settings such as: * automa
exceptions @script:walkthrough
1 Hits, Last modified: 6 years ago
jdoom_version_1_15.0-beta6 @games
1 Hits, Last modified: 18 years ago
detailed_list_of_changes_in_doomsday_version_1.9.10 @version
1 Hits, Last modified: 8 years ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Rename Page
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki
  • Doomsday Engine
  • 2.3 ⇣
  • Builds
  • Add-ons
  • Manual
  • ·
  • Forums
  • Support
  • Bug Tracker
  • Blog