Difference between revisions of "ScriptCore3.weap2obj"

From Soldat Community Wiki
Jump to: navigation, search
(Created page with " '''function weap2obj(Style: Byte): Byte''' Style: string that is to be converted into a number Result: conversion result ==Description== This converts a string into a nu...")
 
Line 1: Line 1:
 
  '''function weap2obj(Style: Byte): Byte'''
 
  '''function weap2obj(Style: Byte): Byte'''
   Style: string that is to be converted into a number
+
   Style: Position(Style) of the weapon in the [[Weapons List]]
   Result: conversion result
+
   Result: Position(Style) of the weapon in the [[TMapObject.Style]]
  
 
==Description==
 
==Description==

Revision as of 17:10, 1 May 2018

function weap2obj(Style: Byte): Byte
 Style: Position(Style) of the weapon in the Weapons List
 Result: Position(Style) of the weapon in the TMapObject.Style

Description

This converts a string into a number.