Search results

From Mod Wiki

You searched for Math

Jump to: navigation, search

There is no page titled "Math". You can create this page.

For more information about searching Mod Wiki, see Help.

Showing below 6 results starting with #1.


View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500).

No page title matches

Page text matches

  1. Help:Editing note (37,378 bytes)
    732: '''Mathematical characters:'''
    741: ...o [[Wikipedia:WikiProject Mathematics|WikiProject Mathematics]] and [[TeX]].
    755: <math>\,\! \sin x + \ln y</math><br>
    759: <math>\mathbf{x} = 0</math><br>
    762: ...Mathematics#Italicization and bolding|WikiProject Mathematics]], wiki markup is preferred over HTML mark...
  2. Spawning through script (28,703 bytes)
    218: x_offset = math.random(5) -- random x between 1 and 5
    219: z_offset = math.random(5) -- random z between 1 and 5
    223: ...on of random zombie spawn itself for zombie_types[math.random(5)] tied to our coordinates
    224: alife():create(zombie_types[math.random(5)], new_pos, db.actor:level_vertex_id(), ...
    447: alife():create(zombie_types[math.random(6)],new_pos,
  3. Editing trader files (6,168 bytes)
    49: ...r a silencer. How much? Well, you have to do some math, to read it:
  4. Inheritance (9,104 bytes)
    287: local hours = math.floor(self.current_time / 3600000)
    288: local minutes = math.floor(self.current_time / 60000 - hours * 60)
    289: local seconds = math.floor(self.current_time / 1000 - hours * 3600 - m...
  5. Scripted timer (11,613 bytes)
    59: ...econds. We will use '''1000''' multiplier and ... math backgrounds ;)
    143: local hours = math.floor(new_time / 3600000)
    144: local minutes = math.floor(new_time / 60000 - hours * 60)
    145: local seconds = math.floor(new_time / 1000 - hours * 3600 - minutes * ...
    217: h = tostring(math.random(100) % 24)
  6. Ltx reading through script (7,233 bytes)
    182: temp = parsed_data[math.random(1, #parsed_data)]

View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500).



Search in namespaces:

List redirects
Search for
Views
Personal tools